Files
tools/npmextra.json

29 lines
654 B
JSON

{
"npmts": {
"cli": true
},
"@git.zone/cli": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "gitzone",
"gitrepo": "tools",
"shortDescription": "setup your environment with the most important tools and update them easily.",
"npmPackagename": "@git.zone/tools",
"license": "MIT",
"description": "manage git.zone tools"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@ship.zone/szci": {
"globalNpmTools": [
"npmts"
]
}
}