{
  "name": "@scrabble-solver/solver",
  "version": "2.18.3",
  "description": "Scrabble move-generation engine: anchor-based GADDAG search that finds and scores every legal move for a given board, rack, and game config.",
  "keywords": [
    "scrabble",
    "solver",
    "gaddag",
    "move-generation",
    "word-finder",
    "anagram"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kamilmielnik/scrabble-solver.git"
  },
  "author": {
    "name": "Kamil Mielnik",
    "email": "kamil@kamilmielnik.com",
    "url": "https://kamilmielnik.com"
  },
  "license": "CC-BY-NC-ND-4.0",
  "bugs": {
    "url": "https://github.com/kamilmielnik/scrabble-solver/issues"
  },
  "homepage": "https://scrabble-solver.org",
  "scripts": {
    "benchmark": "bun benchmarks/index.ts",
    "build": "tsc --project .",
    "clean": "rimraf build/",
    "test": "bun test --timeout 180000 src"
  },
  "dependencies": {
    "@kamilmielnik/gaddag": "^2.0.0",
    "@scrabble-solver/types": "^2.18.3"
  },
  "devDependencies": {
    "@scrabble-solver/configs": "^2.18.3",
    "@scrabble-solver/constants": "^2.18.3",
    "@scrabble-solver/dictionaries": "^2.18.3"
  },
  "gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
