feat(package): add project metadata, release configuration, and README documentation

This commit is contained in:
2026-03-15 09:53:57 +00:00
parent 6172e6c79c
commit 1c62ba0a64
5 changed files with 100 additions and 1 deletions

21
npmextra.json Normal file
View 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": {}
}