{ "name": "@gitzone/tsdoc", "version": "1.0.2", "private": false, "description": "a tool for better documentation", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "buildMkdocs": "(cd mkdocs/originalrepo && docker rmi -f mkdocs && docker build -t mkdocs .)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^12.0.0", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/smartcli": "^3.0.7", "typedoc": "^0.14.2" } }