{ "name": "pcexec", "version": "0.1.0", "description": "Safe exec wrapper for OpenClaw with password sanitization", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest" }, "dependencies": { "@types/node": "^20.0.0" }, "devDependencies": { "typescript": "^5.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "ts-jest": "^29.0.0" } }