tools/npmextra.json
2019-06-17 10:26:26 +02:00

21 lines
429 B
JSON

{
"npmts": {
"cli": true
},
"npmci": {
"globalNpmTools": [
"npmts"
],
"npmAccessLevel": "public"
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
"gitrepo": "tools",
"shortDescription": "setup your environment with the most important tools and update them easily.",
"npmPackagename": "@gitzone/tools",
"license": "MIT"
}
}
}