schlechtenburg/packages/paragraph/package.json

45 lines
1.0 KiB
JSON

{
"name": "@schlechtenburg/paragraph",
"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",
"docs"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
},
"scripts": {
"dev": "npm run json-to-md:watch",
"typecheck": "vuedx-typecheck --no-pretty ./lib",
"ts-to-json:build": "ts-to-json",
"json-to-md:build": "json-to-md build",
"json-to-md:watch": "json-to-md watch",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"peerDependencies": {
"vue": "^3.2.31"
},
"dependencies": {
"@schlechtenburg/core": "^0.0.0"
},
"devDependencies": {
"@vuedx/typecheck": "^0.6.3",
"@vuedx/typescript-plugin-vue": "^0.6.3",
"@schlechtenburg/docgen": "^0.0.0",
"vue": "^3.2.31"
}
}