{ "name": "@gitzone/tools", "version": "2.0.13", "private": false, "description": "setup your environment with the most important tools and update them easily.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "tstest test/", "build": "tsbuild" }, "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": { "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.13", "tslint": "^5.19.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@gitzone/tsrun": "^1.2.8", "@pushrocks/smartcli": "^3.0.7", "@pushrocks/smartfile": "^7.0.4", "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartlog-destination-local": "^8.0.2", "@pushrocks/smartshell": "^2.0.23", "@types/node": "^12.7.2" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }