{
  "name": "scrabble-solver",
  "version": "2.15.24",
  "description": "Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Crossplay, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.",
  "keywords": [
    "Scrabble",
    "Scrabble Duel",
    "Super Scrabble",
    "Kelimelik",
    "Letter League",
    "Crossplay",
    "Literaki",
    "Solver",
    "Finder",
    "Cheating",
    "Word",
    "English",
    "Français",
    "French",
    "Deutsch",
    "German",
    "Polski",
    "Polish",
    "فارسی",
    "Farsi",
    "Español",
    "Spanish",
    "Română",
    "Romanian",
    "Türkçe",
    "Turkish",
    "SOWPODS",
    "TWL06",
    "SJP",
    "CNRTL",
    "Kamil Mielnik",
    "TypeScript",
    "TS",
    "Frontend",
    "App"
  ],
  "engines": {
    "node": ">=24"
  },
  "bin": {
    "scrabble-solver": "./bin/scrabble-solver.js"
  },
  "scripts": {
    "build": "npm run build -w packages",
    "clean": "npm run clean -w packages && rimraf node_modules/",
    "dev": "npm run dev -w @scrabble-solver/scrabble-solver",
    "lint": "eslint cypress packages",
    "lint:fix": "npm run lint -- --fix",
    "oxfmt": "oxfmt --check './**/*.{js,ts,tsx,scss}'",
    "oxfmt:fix": "oxfmt './**/*.{js,ts,tsx,scss}'",
    "reinstall": "npm run clean && npm install && npm run build",
    "release": "npm run release:prepare && npm run release:publish",
    "release:prepare": "npm run reinstall",
    "release:publish": "npm run version:bump && np && lerna publish from-package --yes",
    "start": "concurrently -n w: npm:start:*",
    "start:app": "npm run start -w @scrabble-solver/scrabble-solver",
    "start:browser": "wait-on http://localhost:3333 && open-cli http://localhost:3333",
    "test": "npm run build && npm run test-jest && concurrently \"npm run start:app\" \"npm run test-cypress:run\" -k -s first",
    "test-cypress": "cypress open",
    "test-cypress:run": "CYPRESS_BASE_URL=http://localhost:3333 cypress run",
    "test-jest": "jest --no-cache --coverage",
    "test-jest:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --no-cache --watch",
    "test-jest:watch": "jest --no-cache --watch",
    "version:bump": "npm run version:bump-lerna && npm run version:commit",
    "version:bump-lerna": "lerna version --force-publish --no-git-tag-version --no-push",
    "version:commit": "node bump-version.js && git add . && git commit -m \"Bump version\""
  },
  "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",
  "workspaces": [
    "packages/logger",
    "packages/constants",
    "packages/types",
    "packages/configs",
    "packages/word-lists",
    "packages/word-definitions",
    "packages/dictionaries",
    "packages/solver",
    "packages/scrabble-solver"
  ],
  "dependencies": {
    "@scrabble-solver/scrabble-solver": "^2.15.24",
    "concurrently": "^9.2.1",
    "open-cli": "^9.0.0",
    "wait-on": "^9.0.5"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.29.2",
    "@eslint/compat": "^2.0.5",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.1",
    "@testing-library/cypress": "^10.1.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.6.0",
    "@typescript-eslint/eslint-plugin": "^8.58.2",
    "@typescript-eslint/parser": "^8.58.2",
    "cypress": "^15.13.1",
    "cypress-real-events": "^1.15.0",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-node": "^0.3.10",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-cypress": "^6.3.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-mocha": "^11.2.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "globals": "^17.5.0",
    "jest": "30.3.0",
    "lerna": "^9.0.7",
    "np": "^11.0.3",
    "oxfmt": "^0.45.0",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.2"
  }
}
