20 lines
884 B
JSON
20 lines
884 B
JSON
{
|
|
"name": "reply-end-controls",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"apply:openclawtest": "bash ./scripts/refresh-openclawtest-poc.sh",
|
|
"install:openclawtest": "bash ./scripts/install-openclawtest-poc.sh",
|
|
"refresh:openclawtest": "bash ./scripts/refresh-openclawtest-poc.sh",
|
|
"rollback:openclawtest": "bash ./scripts/rollback-openclaw-poc-patch.sh /home/openclawtest/.nvm/versions/node/v22.22.2/lib/node_modules/openclaw/dist",
|
|
"verify:openclawtest": "bash ./scripts/verify-openclaw-poc.sh /home/openclawtest/.openclaw /home/openclawtest/.nvm/versions/node/v22.22.2/lib/node_modules/openclaw/dist",
|
|
"test": "npx -p tsx@4.20.6 -p typescript@5.9.3 tsx --test tests/**/*.test.mjs",
|
|
"typecheck": "npx -p typescript@5.9.3 tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|