{ "name": "@schlechtenburg/docgen", "version": "0.0.0", "description": "", "type": "module", "bin": { "json-to-md": "json-to-md.mjs", "ts-to-json": "ts-to-json.mjs" }, "files": [ "*.mjs", "support/*" ], "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 ", "license": "GPL-3.0-or-later", "dependencies": { "glob": "^7.2.0", "glob-promise": "^4.2.2", "lodash": "^4.17.21", "typedoc": "^0.22.13", "typescript": "^4.6.2", "vue": "^3.2.31", "vue-docgen-api": "^4.44.18" }, "devDependencies": { "@types/pug": "^2.0.6" } }