tools/package.json
2017-05-28 20:03:40 +02:00

41 lines
887 B
JSON

{
"name": "npmg",
"version": "1.0.4",
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"bin": {
"npmg": "dist/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": {
"beautylog": "^6.1.10",
"smartcli": "^2.0.7",
"smartenv": "^3.0.0",
"smartfile": "4.2.17",
"smartshell": "^1.0.6",
"typings-global": "^1.0.16"
}
}