{
  "name": "@antistud/handrails-cli",
  "version": "0.1.26",
  "description": "Power tools for Claude Code — team memory, context sync, and session intelligence powered by Handrails",
  "main": "dist/index.js",
  "bin": {
    "handrails-cli": "./dist/bin/handrails.js",
    "handrails": "./dist/bin/handrails.js",
    "handrails-rig": "./dist/bin/handrails-rig.js"
  },
  "scripts": {
    "dev": "ts-node bin/handrails.ts",
    "dev:rig": "ts-node bin/handrails-rig.ts",
    "build": "tsc",
    "start": "node dist/bin/handrails.js",
    "serve": "node dist/bin/handrails.js serve",
    "rig": "node dist/bin/handrails-rig.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.1",
    "axios": "^1.12.2",
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "ora": "^5.4.1",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/ws": "^8.5.10",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.3"
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "keywords": [
    "claude-code",
    "mcp",
    "ai",
    "knowledge-base",
    "developer-tools"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
