34 lines
708 B
JSON
34 lines
708 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",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
|
|
},
|
|
"dependencies": {
|
|
"lodash-es": "^4.17.21",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/resize-observer-browser": "^0.1.5",
|
|
"@types/uuid": "^8.3.0"
|
|
}
|
|
}
|