{ "name": "ejclaw", "version": "1.2.12", "description": "Personal Claude assistant. Lightweight, secure, customizable.", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "build:runners": "bun install --cwd runners/agent-runner && bun run --cwd runners/agent-runner build && bun install --cwd runners/codex-runner && bun run --cwd runners/codex-runner build", "restart:stack": "bash scripts/restart-ejclaw-stack.sh", "restart:hint": "bun src/restart-context-cli.ts write", "start": "bun dist/index.js", "dev": "bun --watch src/index.ts", "typecheck": "tsc --noEmit", "format": "prettier --write \"src/**/*.ts\"", "format:fix": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "prepare": "husky", "setup": "bun setup/index.ts", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "cron-parser": "^5.5.0", "discord.js": "^14.18.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "yaml": "^2.8.2", "zod": "^4.3.6" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/bun": "^1.3.11", "@types/node": "^22.10.0", "@vitest/coverage-v8": "^4.0.18", "better-sqlite3": "^12.8.0", "husky": "^9.1.7", "prettier": "^3.8.1", "typescript": "^5.7.0", "vitest": "^4.0.18" }, "engines": { "node": ">=20" } }