2016-02-29 03:22:06 +00:00
|
|
|
{
|
2018-06-07 20:41:25 +00:00
|
|
|
"name": "@gitzone/tools",
|
2019-08-26 16:09:27 +00:00
|
|
|
"version": "2.0.13",
|
2018-06-07 21:14:57 +00:00
|
|
|
"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": {
|
2019-06-17 08:26:26 +00:00
|
|
|
"test": "tstest test/",
|
2019-08-26 17:27:10 +00:00
|
|
|
"build": "tsbuild",
|
|
|
|
"start": "node cli.ts.js"
|
2016-02-29 03:22:06 +00:00
|
|
|
},
|
2016-03-14 04:19:01 +00:00
|
|
|
"bin": {
|
2019-06-17 08:26:26 +00:00
|
|
|
"gtools": "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": {
|
2019-06-17 08:26:26 +00:00
|
|
|
"@gitzone/tstest": "^1.0.24",
|
2019-08-23 01:55:31 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
|
|
|
"tslint": "^5.19.0",
|
2019-06-17 08:26:26 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2016-03-02 00:34:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-08-23 01:55:31 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
2019-06-17 08:26:26 +00:00
|
|
|
"@pushrocks/smartcli": "^3.0.7",
|
2019-08-23 01:55:31 +00:00
|
|
|
"@pushrocks/smartfile": "^7.0.4",
|
2019-06-17 08:26:26 +00:00
|
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
|
|
"@pushrocks/smartlog-destination-local": "^8.0.2",
|
|
|
|
"@pushrocks/smartshell": "^2.0.23",
|
2019-08-23 01:55:31 +00:00
|
|
|
"@types/node": "^12.7.2"
|
2019-06-17 08:26:26 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
2019-08-22 22:21:13 +00:00
|
|
|
"dist_ts_web/*",
|
2019-06-17 08:26:26 +00:00
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-08-22 22:21:14 +00:00
|
|
|
}
|