{
  "name": "double-eighteen",
  "version": "0.5.1",
  "description": "Classic (Double 6) and Mexican Train dominoes (Double 9/12/15/18) — headless rules, AI, and layout/geometry core. React components live in double-eighteen-react.",
  "license": "MIT",
  "author": "Digital Defiance, Jessica Mulein",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "dominoes",
    "mexican-train",
    "double-nine",
    "double-twelve",
    "double-fifteen",
    "double-eighteen",
    "double-9",
    "double-12",
    "double-15",
    "double-18",
    "react",
    "game",
    "board-game",
    "chicken-foot",
    "warp",
    "warp-9",
    "warp-12",
    "warp-15",
    "warp-18"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Digital-Defiance/double-eighteen.git"
  },
  "bugs": {
    "url": "https://github.com/Digital-Defiance/double-eighteen/issues"
  },
  "homepage": "https://github.com/Digital-Defiance/double-eighteen#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "start": "nx serve double-eighteen",
    "build": "nx build double-eighteen",
    "build:lib": "vite build --config vite.lib.config.ts && rm -f dist/package.json",
    "test": "vitest run",
    "test:e2e": "yarn nx run double-eighteen:build && yarn playwright test --config=e2e/playwright.config.cjs",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.spec.json --noEmit",
    "ci": "yarn typecheck && yarn test && yarn build:lib && nx run-many -t lint test build",
    "prepublishOnly": "yarn test && yarn build:lib",
    "prepack": "yarn build:lib",
    "pack:dry-run": "npm pack --dry-run"
  },
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@nx/devkit": "21.6.11",
    "@nx/eslint": "21.6.11",
    "@nx/eslint-plugin": "21.6.11",
    "@nx/js": "21.6.11",
    "@nx/playwright": "21.6.11",
    "@nx/react": "21.6.11",
    "@nx/vite": "21.6.11",
    "@nx/web": "21.6.11",
    "@nx/workspace": "21.6.11",
    "@playwright/test": "^1.36.0",
    "@swc-node/register": "~1.9.1",
    "@swc/cli": "0.6.0",
    "@swc/core": "~1.5.7",
    "@swc/helpers": "~0.5.11",
    "@testing-library/dom": "10.4.0",
    "@testing-library/react": "16.1.0",
    "@types/node": "18.16.9",
    "@types/react": "19.0.0",
    "@types/react-dom": "19.0.0",
    "@vitejs/plugin-react": "^4.2.0",
    "@vitest/coverage-v8": "^3",
    "@vitest/ui": "^3",
    "eslint": "^9.8.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jsx-a11y": "6.10.1",
    "eslint-plugin-playwright": "^1.6.2",
    "eslint-plugin-react": "7.35.0",
    "eslint-plugin-react-hooks": "5.0.0",
    "jiti": "2.4.2",
    "jsdom": "~22.1.0",
    "nx": "21.6.11",
    "prettier": "^2.6.2",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "react-router-dom": "^7.18.0",
    "sass": "^1.55.0",
    "tslib": "^2.3.0",
    "typescript": "~5.7.2",
    "typescript-eslint": "^8.19.0",
    "vite": "7.3.6",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3"
  },
  "resolutions": {
    "ws": "8.21.0",
    "koa": "3.1.2",
    "minimatch@9.0.3": "9.0.7",
    "picomatch@4.0.2": "4.0.4",
    "js-yaml@^3.10.0": "3.15.0",
    "js-yaml@^3.13.1": "3.15.0"
  },
  "packageManager": "yarn@4.17.0",
  "nx": {
    "includedScripts": []
  }
}
