mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 15:23:39 +08:00
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "@desirecore/registry",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"description": "Validated catalog data for the DesireCore Registry",
|
|
"type": "module",
|
|
"scripts": {
|
|
"validate": "node scripts/validate-registry.mjs",
|
|
"test": "node --test scripts/validate-registry.test.mjs && npm run validate"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "8.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|