tools/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

2016-02-29 03:22:06 +00:00
{
2018-06-07 20:41:25 +00:00
"name": "@gitzone/tools",
2020-10-05 10:33:44 +00:00
"version": "2.0.22",
"private": false,
2016-02-29 03:22:06 +00:00
"description": "setup your environment with the most important tools and update them easily.",
2020-10-04 23:02:26 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-02-29 03:22:06 +00:00
"scripts": {
2020-10-04 23:02:26 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
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": {
2020-10-04 23:01:39 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
2019-06-17 08:26:26 +00:00
"tslint-config-prettier": "^1.18.0"
2016-03-02 00:34:48 +00:00
},
"dependencies": {
2020-10-04 23:01:39 +00:00
"@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"
2019-06-17 08:26:26 +00:00
},
"files": [
2020-10-05 10:33:08 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-06-17 08:26:26 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-10-05 10:33:08 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-06-17 08:26:26 +00:00
]
2020-10-05 10:33:09 +00:00
}