{ "name": "@openclaw/cookbook-coding-agent-cli", "version": "0.1.0", "private": true, "bin": { "openclaw-agent": "./dist/index.js" }, "type": "module", "scripts": { "build": "tsgo -p tsconfig.json", "check": "pnpm typecheck && pnpm build", "dev": "tsx src/index.ts", "start": "node dist/index.js", "typecheck": "tsgo -p tsconfig.json --noEmit" }, "dependencies": { "@openclaw/sdk": "workspace:*" }, "devDependencies": { "@types/node": "^25.6.0", "tsx": "^4.21.0", "typescript": "^6.0.3" }, "packageManager": "pnpm@10.23.0" }