tools/npmextra.json

22 lines
455 B
JSON
Raw Permalink Normal View History

2017-05-28 18:03:40 +00:00
{
"npmts": {
"cli": true
},
"npmci": {
"globalNpmTools": [
"npmts"
2018-06-07 20:41:25 +00:00
],
"npmAccessLevel": "public"
2019-06-17 08:26:26 +00:00
},
"gitzone": {
2020-10-04 23:02:26 +00:00
"projectType": "npm",
2019-06-17 08:26:26 +00:00
"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"
}
2017-05-28 18:03:40 +00:00
}
}