UNPKG

scrabble-solver

Version:

Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.

36 lines (35 loc) 974 B
{ "name": "@scrabble-solver/solver", "version": "2.15.11", "description": "Scrabble Solver 2 - Solver", "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": { "@kamilmielnik/trie": "^4.0.0", "@scrabble-solver/types": "^2.15.11" }, "devDependencies": { "@scrabble-solver/configs": "^2.15.11", "@scrabble-solver/constants": "^2.15.11", "@scrabble-solver/dictionaries": "^2.15.11" }, "gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637" }