43 lines
934 B
JSON
43 lines
934 B
JSON
{
|
|
"name": "@schlechtenburg/core",
|
|
"version": "0.0.0",
|
|
"description": "> TODO: description",
|
|
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
|
|
"homepage": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"main": "lib/index.ts",
|
|
"scripts": {
|
|
"typecheck": "vuedx-typecheck --no-pretty ./lib",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"docs"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.31"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/uuid": "^8.3.0",
|
|
"@vuedx/typecheck": "^0.6.3",
|
|
"@vuedx/typescript-plugin-vue": "^0.6.3",
|
|
"vue": "^3.2.31"
|
|
}
|
|
}
|