tools/package.json

44 lines
1013 B
JSON
Raw Normal View History

2016-02-29 03:22:06 +00:00
{
2018-06-07 20:41:25 +00:00
"name": "@gitzone/tools",
2018-06-07 20:45:15 +00:00
"version": "2.0.1",
"private": false,
2016-02-29 03:22:06 +00:00
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
2017-05-28 18:03:40 +00:00
"typings": "dist/index.d.ts",
2016-02-29 03:22:06 +00:00
"scripts": {
2018-06-07 20:41:25 +00:00
"test": "tsrun test/test.ts",
"build": "echo \"Not needed for now\""
2016-02-29 03:22:06 +00:00
},
2016-03-14 04:19:01 +00:00
"bin": {
2018-06-07 20:41:25 +00:00
"gtools": "bin/cli.js"
2016-03-14 04:19:01 +00:00
},
2016-02-29 03:22:06 +00:00
"repository": {
"type": "git",
2016-03-03 00:30:55 +00:00
"url": "git+https://github.com/GitZoneTools/npmg.git"
2016-02-29 03:22:06 +00:00
},
"keywords": [
"global",
"node",
"tools",
"update"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-03-03 00:30:55 +00:00
"url": "https://github.com/GitZoneTools/npmg/issues"
2016-02-29 03:22:06 +00:00
},
2016-03-03 00:30:55 +00:00
"homepage": "https://github.com/GitZoneTools/npmg#readme",
2016-03-02 00:34:48 +00:00
"devDependencies": {
2017-05-28 18:03:40 +00:00
"tapbundle": "^1.0.13"
2016-03-02 00:34:48 +00:00
},
"dependencies": {
2018-06-07 20:45:15 +00:00
"@gitzone/tsrun": "^1.0.5",
2018-06-07 20:41:25 +00:00
"@pushrocks/smartcli": "^3.0.1",
"@types/node": "^10.3.1",
2017-05-28 18:03:40 +00:00
"beautylog": "^6.1.10",
"smartenv": "^3.0.0",
"smartfile": "4.2.17",
2018-06-07 20:41:25 +00:00
"smartshell": "^1.0.6"
2016-03-02 00:34:48 +00:00
}
2018-06-07 20:41:25 +00:00
}