{
  "name": "@scrabble-solver/word-lists",
  "version": "2.15.24",
  "description": "Scrabble Solver 2 - Word lists",
  "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": {
    "build": "tsc --project .",
    "clean": "rimraf build/"
  },
  "dependencies": {
    "@scrabble-solver/types": "^2.15.24",
    "cheerio": "^1.2.0",
    "follow-redirects": "^1.16.0",
    "transliteration": "^2.6.1",
    "unzipper": "^0.12.3"
  },
  "devDependencies": {
    "@types/follow-redirects": "^1.14.4",
    "@types/unzipper": "^0.10.11"
  },
  "gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}
