{
  "name": "@hanzlaa/rcode",
  "version": "4.8.0",
  "description": "rcode — the AI team that never forgets. Persistent memory, specialist agents, and slash commands for AI IDEs. Works in Claude Code, Cursor, Gemini, VS Code, and Antigravity.",
  "main": "cli/index.js",
  "bin": {
    "rcode": "dist/rcode.js"
  },
  "scripts": {
    "dashboard": "node server/dashboard.js",
    "test": "node --test",
    "test:ci": "node --test --test-reporter=spec",
    "postinstall": "node cli/postinstall.js",
    "build:cli": "node scripts/build.cjs",
    "build": "node scripts/build.cjs",
    "prepack": "node scripts/prepack-strip.cjs && node scripts/build.cjs",
    "postpack": "node scripts/postpack-restore.cjs",
    "dogfood": "bash scripts/dogfood-check.sh",
    "test:skills": "node test/skill-snapshot.test.cjs"
  },
  "files": [
    "cli/",
    "rcode/",
    "server/",
    "dist/",
    "README.md",
    "AGENTS.md",
    "CLAUDE.md",
    "CONTRIBUTING.md"
  ],
  "keywords": [
    "rcode",
    "claude-code",
    "claude",
    "ai-agents",
    "multi-agent",
    "agentic-engineering",
    "skills",
    "oman",
    "arabic",
    "ai-methodology",
    "team-simulation",
    "orchestration",
    "memory-bank",
    "cursor",
    "planning",
    "subagents"
  ],
  "author": {
    "name": "Hanzla Habib",
    "email": "hanzla.dev@gmail.com",
    "url": "https://github.com/hanzlahabib"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hanzlahabib/rihal-code.git"
  },
  "bugs": {
    "url": "https://github.com/hanzlahabib/rihal-code/issues"
  },
  "homepage": "https://github.com/hanzlahabib/rihal-code#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ws": "^8.21.0"
  },
  "optionalDependencies": {
    "@lydell/node-pty": "1.2.0-beta.12"
  }
}
