feat(core): new tools scope
This commit is contained in:
17
package.json
17
package.json
@@ -1,14 +1,16 @@
|
||||
{
|
||||
"name": "npmg",
|
||||
"name": "@gitzone/tools",
|
||||
"version": "1.0.9",
|
||||
"private": true,
|
||||
"description": "setup your environment with the most important tools and update them easily.",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts --notest && node ./dist/cli.js install)"
|
||||
"test": "tsrun test/test.ts",
|
||||
"build": "echo \"Not needed for now\""
|
||||
},
|
||||
"bin": {
|
||||
"npmg": "dist/cli.js"
|
||||
"gtools": "bin/cli.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -30,11 +32,12 @@
|
||||
"tapbundle": "^1.0.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gitzone/tsrun": "^1.0.4",
|
||||
"@pushrocks/smartcli": "^3.0.1",
|
||||
"@types/node": "^10.3.1",
|
||||
"beautylog": "^6.1.10",
|
||||
"smartcli": "^2.0.7",
|
||||
"smartenv": "^3.0.0",
|
||||
"smartfile": "4.2.17",
|
||||
"smartshell": "^1.0.6",
|
||||
"typings-global": "^1.0.16"
|
||||
"smartshell": "^1.0.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user