36 lines
737 B
JSON
36 lines
737 B
JSON
{
|
|
"name": "@schlechtenburg/docgen",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"bin": {
|
|
"docgen": "parse.mjs"
|
|
},
|
|
"main": "parse.mjs",
|
|
"files": [
|
|
"parse.mjs"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.b12f.io:b12f/schlechtenburg.git"
|
|
},
|
|
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"glob": "^7.2.0",
|
|
"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"
|
|
}
|
|
}
|