private scope · public read · token-gated publish
Packages under the Aurora
A zero-dependency registry running on the Nexus-Fusion database engine.
Scoped @bhooai/* and bhooai-nexus live here — everything else proxies to npmjs.org.
npm config set @bhooai:registry https://npm.bhooai.com
/
◈–packages
⬢–versions
✦–publishers
◐–uptime
Packages
publish
Ship in three steps
- 1
Point npm at this registry
npm config set @bhooai:registry https://npm.bhooai.com - 2
Create a publisher
npm adduser --registry https://npm.bhooai.com - 3
Publish from the framework repo
NPM_BHOOAI_TOKEN=<token> node scripts/publish.mjs --registry bhooai
Reading needs no account. Publishing @bhooai/* and bhooai-nexus needs the token from step 2 — never commit it.
protocol
Registry API
GET /-/pinghealth checkGET /:pkgpackument metadataGET /:pkg/-/:file.tgztarball downloadPUT /:pkgpublish (auth)GET /-/v1/search?text=searchGET /-/whoamitoken owner (auth)