Files
tools/package.json
2026-03-24 18:12:02 +00:00

58 lines
1.3 KiB
JSON

{
"name": "@git.zone/tools",
"version": "3.6.0",
"private": false,
"type": "module",
"description": "A CLI utility for managing and updating @git.zone development tools across package managers.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --verbose)",
"build": "(tsbuild --web)"
},
"bin": {
"gtools": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitZoneTools/npmg.git"
},
"keywords": [
"global",
"node",
"tools",
"update"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/GitZoneTools/npmg/issues"
},
"homepage": "https://github.com/GitZoneTools/npmg#readme",
"devDependencies": {
"@git.zone/tsbuild": "^4.3.0",
"@git.zone/tstest": "^3.5.1"
},
"dependencies": {
"@git.zone/tsrun": "^2.0.1",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartinteract": "^2.0.16",
"@push.rocks/smartshell": "^3.3.8",
"@types/node": "^25.5.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"cli.js",
".smartconfig.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}