20 lines
558 B
JSON
20 lines
558 B
JSON
{
|
|
"name": "@mosaic/registry",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Mosaic auth/provider/harness registry schemas and validation (increment 1: schemas, validation, read-only CLI).",
|
|
"license": "UNLICENSED",
|
|
"type": "module",
|
|
"engines": { "node": ">=24" },
|
|
"bin": { "mosaic-registry": "src/cli/main.mjs" },
|
|
"exports": {
|
|
".": "./src/index.mjs",
|
|
"./ids.mjs": "./src/ids.mjs",
|
|
"./records.mjs": "./src/records.mjs",
|
|
"./registry.mjs": "./src/registry.mjs"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test tests/"
|
|
}
|
|
}
|