{
  "name": "@idealic/poker-engine",
  "version": "0.1.0-alpha",
  "description": "Professional poker game engine and hand evaluator with built-in iterator utilities",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "API.md",
    "HAND.md",
    "STATS.md",
    "integration"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@commander-js/extra-typings": "^11.1.0",
    "@types/glob": "^8.1.0",
    "@types/node": "^20.10.5",
    "commander": "^11.1.0",
    "glob": "^10.3.10",
    "pg": "^8.11.3",
    "pg-copy-streams": "^6.0.6",
    "typescript": "^5.3.3",
    "vitest": "^1.3.1"
  },
  "publishConfig": {
    "access": "public",
    "tag": "alpha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/idealic/poker-engine"
  },
  "keywords": [
    "poker",
    "game-engine",
    "hand-evaluator",
    "cards",
    "typescript",
    "alpha"
  ],
  "author": "Idealic",
  "license": "MIT"
}
