{
  "name": "catchem",
  "version": "1.4.0",
  "description": "Passive creature collection game — catch creatures as you code",
  "type": "module",
  "main": "dist/cli/index.js",
  "bin": {
    "catchem": "dist/cli/index.js"
  },
  "files": [
    "dist/",
    "scripts/",
    "creatures/"
  ],
  "scripts": {
    "build": "tsc",
    "postinstall": "node dist/cli/index.js setup --auto || true",
    "prepublishOnly": "npm run build",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
    "dev": "tsc --watch",
    "dev:setup": "tsc && node dist/cli/index.js setup"
  },
  "keywords": [
    "game",
    "terminal",
    "creatures",
    "collection",
    "cli"
  ],
  "license": "MIT",
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.0",
    "@types/react": "^18.3.0",
    "dotenv": "^17.4.2",
    "esbuild": "^0.24.0",
    "ink-testing-library": "^4.0.0",
    "jest": "^29.7.0",
    "node-pty": "^1.1.0",
    "openai": "^6.35.0",
    "playwright": "^1.59.1",
    "sharp": "^0.34.5",
    "ts-jest": "^29.1.4",
    "ts-node": "^10.9.2",
    "tsx": "^4.21.0",
    "typescript": "^5.5.0"
  },
  "dependencies": {
    "ink": "^5.1.0",
    "react": "^18.3.1"
  }
}
