Files
clawX/harness/package.json
2026-05-01 00:22:30 +08:00

13 lines
197 B
JSON

{
"name": "@clawx/harness",
"version": "0.0.0",
"private": true,
"type": "module",
"bin": {
"clawx-harness": "./src/cli.mjs"
},
"scripts": {
"start": "node src/cli.mjs"
}
}