schlechtenburg/packages/docgen/package.json

36 lines
737 B
JSON
Raw Normal View History

2022-03-13 22:12:18 +00:00
{
"name": "@schlechtenburg/docgen",
2022-03-15 19:58:11 +00:00
"version": "0.0.0",
2022-03-13 22:12:18 +00:00
"description": "",
2022-03-15 19:58:11 +00:00
"bin": {
"docgen": "parse.mjs"
},
"main": "parse.mjs",
"files": [
"parse.mjs"
],
2022-03-13 22:12:18 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2022-03-15 19:58:11 +00:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
2022-03-13 22:12:18 +00:00
},
2022-03-15 19:58:11 +00:00
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"license": "GPL-3.0-or-later",
2022-03-13 22:12:18 +00:00
"dependencies": {
"glob": "^7.2.0",
2022-03-15 19:58:11 +00:00
"glob-promise": "^4.2.2",
"typedoc": "^0.22.13",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-docgen-api": "^4.44.18"
},
"devDependencies": {
"@types/pug": "^2.0.6"
2022-03-13 22:12:18 +00:00
}
}