feat: 添加 Kimi WebBridge 受控目录条目 (#2)

This commit is contained in:
2026-08-30 13:49:44 -04:00
committed by GitHub
parent e06a0b74d0
commit 877a3b2424
11 changed files with 1565 additions and 23 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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"
}
}