{
  "name": "aimonsters",
  "version": "0.1.0",
  "description": "AI coding companion — your Claude sessions evolve digital creatures",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "aimonsters": "dist/cli.js",
    "aimonsters-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "find src -name '*.test.ts' | xargs npx tsx --test"
  },
  "keywords": [
    "mcp",
    "claude",
    "ai",
    "coding",
    "gamification",
    "monsters",
    "creatures",
    "developer-tools"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/samchou/aimonsters"
  },
  "author": "samchou",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^12.8.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.5.2",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2"
  }
}
