{
  "name": "@betorigami/games",
  "version": "2.10.0",
  "author": "",
  "license": "UNLICENSED",
  "description": "",
  "type": "module",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "unpkg": "dist/index.mjs",
  "jsdelivr": "dist/index.mjs",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "tsc": "tsc",
    "build": "bun run build.ts",
    "build:static": "vite build --config vite.static.config.js",
    "preview:static": "vite preview --outDir static-dist",
    "watch": "vite",
    "bundlemon": "bundlemon --subProject games",
    "e2e": "bun playwright test e2e",
    "e2e:debug": "bun playwright test e2e/dice/dice* --headed",
    "test": "bun test test",
    "format": "biome format --write"
  },
  "dependencies": {
    "@betorigami/game-calculations": "6.0.2",
    "@lit/context": "^1.1.5",
    "big.js": "^7.0.1",
    "lit": "^3.3.0",
    "lottie-web": "^5.13.0",
    "matter-js": "^0.18.0",
    "web-haptics": "^0.0.6"
  },
  "devDependencies": {
    "@playwright/test": "^1.53.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/big.js": "^6.2.2",
    "@types/matter-js": "^0.18.2",
    "async": "^3.2.6",
    "glob": "^11.0.2",
    "mkdirp": "^3.0.1",
    "rollup": "^4.41.1",
    "typescript": "^5.8.3",
    "underscore": "^1.13.7",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  }
}
