22 lines
746 B
JSON
22 lines
746 B
JSON
{
|
|
"name": "openclaw-plugin-yonexus",
|
|
"version": "0.2.0",
|
|
"description": "Yonexus OpenClaw plugin: hierarchy, identities, permissions, and scoped memory",
|
|
"main": "dist/yonexus/index.js",
|
|
"types": "dist/yonexus/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json && cp plugin.json dist/yonexus/plugin.json && cp plugin/openclaw.plugin.json dist/yonexus/openclaw.plugin.json",
|
|
"clean": "rm -rf dist",
|
|
"prepare": "npm run clean && npm run build",
|
|
"test:smoke": "tsx tests/smoke.ts",
|
|
"demo": "tsx scripts/demo.ts"
|
|
},
|
|
"keywords": ["openclaw", "plugin", "organization", "agents"],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3",
|
|
"@types/node": "^22.13.10",
|
|
"tsx": "^4.19.2"
|
|
}
|
|
}
|