schlechtenburg/packages/standalone/package.json

41 lines
905 B
JSON
Raw Normal View History

2022-03-17 17:59:51 +00:00
{
"name": "@schlechtenburg/standalone",
"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": {
2022-03-22 20:07:05 +00:00
"dev": "npm run json-to-md:watch",
2022-03-17 17:59:51 +00:00
"typecheck": "vuedx-typecheck --no-pretty ./lib",
2022-03-21 23:58:05 +00:00
"test": "echo \"Error: run tests from root\" && exit 1"
2022-03-17 17:59:51 +00:00
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"docs"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
},
2022-03-22 20:07:05 +00:00
"peerDependencies": {
"vue": "^3.2.31"
},
2022-03-17 17:59:51 +00:00
"dependencies": {
2022-03-22 20:07:05 +00:00
"@schlechtenburg/core": "^0.0.0"
2022-03-17 17:59:51 +00:00
},
"devDependencies": {
"@vuedx/typecheck": "^0.6.3",
"@vuedx/typescript-plugin-vue": "^0.6.3",
2022-03-22 20:07:05 +00:00
"vue": "^3.2.31"
2022-03-17 17:59:51 +00:00
}
}