{ "name": "@gitzone/tsdoc", "version": "1.1.13", "private": false, "description": "a tool for better documentation", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "bin": { "tsdoc": "cli.js" }, "scripts": { "test": "(tstest test/) && (node ./cli.ts.js)", "build": "(tsbuild --web --allowimplicitany)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.65", "@gitzone/tstest": "^1.0.73", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.7.18" }, "dependencies": { "@pushrocks/early": "^4.0.3", "@pushrocks/smartcli": "^4.0.6", "@pushrocks/smartfile": "^10.0.5", "@pushrocks/smartlog": "^3.0.1", "@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartshell": "^2.0.30", "typedoc": "^0.23.14", "typescript": "^4.8.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }