{ "name": "@git.zone/tools", "version": "2.0.22", "private": false, "type": "module", "description": "setup your environment with the most important tools and update them easily.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/ --web)", "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.1.2", "@git.zone/tstest": "^3.1.8" }, "dependencies": { "@git.zone/tsrun": "^2.0.1", "@push.rocks/smartcli": "^4.0.20", "@push.rocks/smartlog": "^3.1.10", "@push.rocks/smartlog-destination-local": "^9.0.2", "@push.rocks/smartshell": "^3.3.0", "@types/node": "^25.2.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }