58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@gitzone/tools",
|
|
"version": "2.0.2",
|
|
"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.9",
|
|
"tslint": "^5.17.0",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"dependencies": {
|
|
"@gitzone/tsrun": "^1.2.6",
|
|
"@pushrocks/smartcli": "^3.0.7",
|
|
"@pushrocks/smartenv": "^4.0.6",
|
|
"@pushrocks/smartfile": "^7.0.2",
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
"@pushrocks/smartlog-destination-local": "^8.0.2",
|
|
"@pushrocks/smartshell": "^2.0.23",
|
|
"@types/node": "^12.0.8"
|
|
},
|
|
"files": [
|
|
"ts/*",
|
|
"ts_web/*",
|
|
"dist/*",
|
|
"dist_web/*",
|
|
"assets/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|