{ "name": "@gitzone/tools", "version": "2.0.1", "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": "tsrun test/test.ts", "build": "echo \"Not needed for now\"" }, "bin": { "gtools": "bin/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": { "tapbundle": "^1.0.13" }, "dependencies": { "@gitzone/tsrun": "^1.0.5", "@pushrocks/smartcli": "^3.0.1", "@types/node": "^10.3.1", "beautylog": "^6.1.10", "smartenv": "^3.0.0", "smartfile": "4.2.17", "smartshell": "^1.0.6" } }