{
  "name": "@meetquinn/animactl",
  "version": "0.1.24",
  "license": "Apache-2.0",
  "private": false,
  "description": "Operator CLI for installing and running Anima.",
  "homepage": "https://github.com/MeetQuinn/anima#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MeetQuinn/anima.git",
    "directory": "packages/animactl"
  },
  "bugs": {
    "url": "https://github.com/MeetQuinn/anima/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "anima": "bin/anima",
    "animactl": "bin/animactl"
  },
  "files": [
    "bin/",
    "dist/server/",
    "dist/shared/",
    "dist/web/",
    "docs/*.md",
    "docs/agent/*.md",
    "docs/architecture/*.md",
    "docs/guide/*.md",
    "templates/",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@dotenvx/dotenvx": "^1.71.0",
    "@larksuiteoapi/node-sdk": "^1.66.1",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@slack/bolt": "^4.7.2",
    "@slack/socket-mode": "^2.0.7",
    "@slack/web-api": "^7.15.2",
    "commander": "^14.0.3",
    "eciesjs": "0.4.18",
    "fastify": "^5.8.5",
    "ignore": "^7.0.5",
    "luxon": "^3.7.2",
    "mustache": "^4.2.0",
    "slackify-markdown": "^4.5.0",
    "zod": "^4.4.3"
  }
}
