tsdoc/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2019-05-13 17:41:02 +00:00
{
"name": "@gitzone/tsdoc",
2019-05-28 10:11:11 +00:00
"version": "1.0.18",
2019-05-13 17:41:02 +00:00
"private": false,
"description": "a tool for better documentation",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
2019-05-14 06:50:50 +00:00
"bin": {
"tsdoc": "cli.js"
},
2019-05-13 17:41:02 +00:00
"scripts": {
2019-05-14 15:39:33 +00:00
"test": "(tstest test/) && (node ./cli.ts.js) && rm -rf public/",
2019-05-13 17:41:02 +00:00
"build": "(tsbuild)",
"buildMkdocs": "(cd mkdocs/originalrepo && docker rmi -f mkdocs && docker build -t mkdocs .)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2019-05-28 10:11:11 +00:00
"@gitzone/tstest": "^1.0.24",
2019-05-13 17:41:02 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2019-05-19 20:59:59 +00:00
"@types/node": "^12.0.2",
2019-05-13 17:41:02 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
2019-05-14 06:50:50 +00:00
"@pushrocks/early": "^3.0.3",
2019-05-13 17:41:02 +00:00
"@pushrocks/smartcli": "^3.0.7",
2019-05-14 06:50:50 +00:00
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartlog-destination-local": "^7.0.5",
2019-05-28 09:32:38 +00:00
"@pushrocks/smartshell": "^2.0.22",
2019-05-14 15:39:33 +00:00
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
2019-05-13 17:41:02 +00:00
}
2019-05-15 19:40:19 +00:00
}