hexchess 2.0.0-beta.3

A Rust / TypeScript library for Gliński's hexagonal chess, and the brain of hexchess.club
Documentation
{
  "author": "Scott Bedard",
  "bugs": {
    "url": "https://github.com/scottbedard/hexchess/issues"
  },
  "name": "@bedard/hexchess",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scottbedard/hexchess.git"
  },
  "scripts": {
    "check-version": "node ./scripts/check-version.mjs",
    "build": "wasm-pack build --release && node scripts/build.mjs",
    "lint:fix": "eslint --fix",
    "lint": "eslint",
    "test": "cargo test && vitest --run",
    "vitest": "vitest"
  },
  "version": "2.0.0-beta.3",
  "devDependencies": {
    "@eslint/js": "^9.24.0",
    "@stylistic/eslint-plugin": "^4.2.0",
    "eslint": "^9.24.0",
    "globals": "^16.0.0",
    "smol-toml": "^1.3.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.29.0",
    "vite": "^6.2.5",
    "vite-plugin-top-level-await": "^1.5.0",
    "vite-plugin-wasm": "^3.4.1",
    "vitest": "^3.1.1",
    "wasm-pack": "^0.13.1"
  }
}