{
  "name": "@scrabble-solver/dictionaries",
  "version": "2.18.3",
  "description": "Dictionary manager for Scrabble Solver: downloads per-locale word lists and serves them as GADDAG automata with layered disk/memory caching.",
  "keywords": [
    "scrabble",
    "dictionary",
    "gaddag",
    "word-list",
    "cache"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "bin": {
    "remove-dictionaries": "./bin/remove-dictionaries.js",
    "update-dictionaries": "./bin/update-dictionaries.js"
  },
  "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": {
    "build": "tsc --project .",
    "clean": "rimraf build/",
    "clean:dictionaries": "node ./bin/remove-dictionaries.js",
    "postbuild": "node ./bin/update-dictionaries.js",
    "test": "bun test src"
  },
  "dependencies": {
    "@kamilmielnik/gaddag": "^2.0.0",
    "@scrabble-solver/logger": "^2.18.3",
    "@scrabble-solver/types": "^2.18.3",
    "@scrabble-solver/word-lists": "^2.18.3"
  },
  "gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
