schlechtenburg/packages/core/package.json

43 lines
914 B
JSON
Raw Normal View History

2020-12-27 21:32:43 +00:00
{
"name": "@schlechtenburg/core",
"version": "0.0.0",
"description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "",
2020-12-30 13:34:23 +00:00
"license": "GPL-3.0-or-later",
"main": "lib/index.ts",
2022-03-15 19:58:11 +00:00
"scripts": {
2022-03-15 23:49:31 +00:00
"typecheck": "vuedx-typecheck --no-pretty ./lib",
2022-03-15 19:58:11 +00:00
"docgen": "docgen"
},
2020-12-27 21:32:43 +00:00
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
2022-03-15 19:58:11 +00:00
"lib",
"docs"
2020-12-27 21:32:43 +00:00
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
},
"dependencies": {
2022-03-17 17:59:51 +00:00
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
"peerDependencies": {
2021-03-08 16:45:21 +00:00
"vue": "^3.0.7"
2021-03-08 15:29:35 +00:00
},
"devDependencies": {
2022-03-15 19:58:11 +00:00
"@schlechtenburg/docgen": "^0.0.0",
2021-03-08 15:29:35 +00:00
"@types/lodash-es": "^4.17.4",
2022-03-17 17:59:51 +00:00
"@types/uuid": "^8.3.0",
"@vuedx/typecheck": "^0.6.3",
"@vuedx/typescript-plugin-vue": "^0.6.3"
2020-12-27 21:32:43 +00:00
}
}