feat(package): add project metadata, release configuration, and README documentation
This commit is contained in:
21
npmextra.json
Normal file
21
npmextra.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"@git.zone/cli": {
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
},
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "maintainable.xyz",
|
||||
"gitrepo": "house-spec",
|
||||
"description": "a house spec for maintainable houses",
|
||||
"npmPackagename": "@maintainable.xyz/house-spec",
|
||||
"license": "MIT"
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {}
|
||||
}
|
||||
Reference in New Issue
Block a user