23 lines
752 B
JSON
23 lines
752 B
JSON
{
|
|
"name": "zcode-env-sync",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "团队共享 ZCode 环境同步:官方插件清单 / 自研插件源码 / MCP 配置 / 加密密钥束,Gitea 私仓做快照后端。",
|
|
"scripts": {
|
|
"test": "node --test \"tests/*.test.mjs\"",
|
|
"test:core": "node --test tests/core.test.mjs",
|
|
"test:e2e": "node --test tests/e2e.test.mjs",
|
|
"test:tools": "node --test tests/tools.test.mjs",
|
|
"export": "node scripts/export.mjs",
|
|
"import": "node scripts/import.mjs",
|
|
"status": "node scripts/status.mjs",
|
|
"verify": "node scripts/verify.mjs",
|
|
"prune": "node scripts/prune.mjs",
|
|
"doctor": "node scripts/doctor.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|