Add OpenClaw manifest and configure install

This commit is contained in:
2026-03-10 18:25:54 +00:00
parent 3b26f3d083
commit 00108c357b
3 changed files with 56 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/yonexus/index.js",
"types": "dist/yonexus/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json && cp plugin.json dist/yonexus/plugin.json",
"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",