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-21 23:58:05 +00:00
|
|
|
"type": "module",
|
2022-03-15 19:58:11 +00:00
|
|
|
"bin": {
|
2022-03-21 23:58:05 +00:00
|
|
|
"json-to-md": "json-to-md.mjs",
|
|
|
|
"ts-to-json": "ts-to-json.mjs"
|
2022-03-15 19:58:11 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2022-03-21 23:58:05 +00:00
|
|
|
"*.mjs",
|
|
|
|
"support/*"
|
2022-03-15 19:58:11 +00:00
|
|
|
],
|
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",
|
2022-03-21 23:58:05 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-03-15 19:58:11 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|