mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 16:03:36 +08:00
feat: 添加 Kimi WebBridge 受控目录条目 (#2)
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user