22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "@schlechtenburg/docgen",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"jsdoc": "^3.6.10",
|
|
"jsdoc-plugin-typescript": "^2.0.6",
|
|
"vue": "^3.2.31",
|
|
"vue-docgen-api": "^4.44.18"
|
|
},
|
|
"dependencies": {
|
|
"glob": "^7.2.0",
|
|
"glob-promise": "^4.2.2"
|
|
}
|
|
}
|