tools/package.json
2020-10-05 10:33:44 +00:00

63 lines
1.4 KiB
JSON

{
"name": "@gitzone/tools",
"version": "2.0.22",
"private": false,
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"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/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@gitzone/tsrun": "^1.2.12",
"@pushrocks/smartcli": "^3.0.12",
"@pushrocks/smartfile": "^8.0.4",
"@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartshell": "^2.0.26",
"@types/node": "^14.11.2"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}