tsdoc/package.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2019-05-13 17:41:02 +00:00
{
2024-03-31 13:09:30 +00:00
"name": "@git.zone/tsdoc",
2024-04-03 11:34:26 +00:00
"version": "1.1.15",
2019-05-13 17:41:02 +00:00
"private": false,
"description": "a tool for better documentation",
2020-11-24 20:24:30 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-06-07 15:54:00 +00:00
"type": "module",
2019-05-13 17:41:02 +00:00
"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": {
2020-11-24 20:24:30 +00:00
"test": "(tstest test/) && (node ./cli.ts.js)",
2022-06-07 15:54:00 +00:00
"build": "(tsbuild --web --allowimplicitany)"
2019-05-13 17:41:02 +00:00
},
"devDependencies": {
2024-03-31 13:09:30 +00:00
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.73",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.12.2"
2019-05-13 17:41:02 +00:00
},
"dependencies": {
2024-03-31 13:09:30 +00:00
"@push.rocks/early": "^4.0.3",
"@push.rocks/npmextra": "^5.0.10",
"@push.rocks/qenv": "^6.0.5",
2024-04-03 11:34:26 +00:00
"@push.rocks/smartai": "^0.0.8",
2024-03-31 13:09:30 +00:00
"@push.rocks/smartcli": "^4.0.6",
2024-04-03 11:34:26 +00:00
"@push.rocks/smartdelay": "^3.0.5",
2024-03-31 13:09:30 +00:00
"@push.rocks/smartfile": "^11.0.4",
2024-04-03 11:34:26 +00:00
"@push.rocks/smartinteract": "^2.0.15",
2024-03-31 13:09:30 +00:00
"@push.rocks/smartlog": "^3.0.1",
"@push.rocks/smartlog-destination-local": "^9.0.1",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartshell": "^3.0.4",
"typedoc": "^0.25.12",
"typescript": "^5.4.3"
2019-05-28 10:11:53 +00:00
},
"files": [
2020-11-24 20:24:30 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-05-28 10:11:53 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-11-24 20:24:30 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-05-28 10:11:53 +00:00
]
2021-03-06 19:21:14 +00:00
}