UNPKG

scrabble-solver

Version:

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.

37 lines (36 loc) 963 B
{ "name": "@scrabble-solver/word-definitions", "version": "2.16.4", "description": "Scrabble Solver 2 - Word definitions", "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": "tsgo --project .", "clean": "rimraf build/", "test": "bun test --timeout 180000 src" }, "dependencies": { "@scrabble-solver/types": "^2.16.4", "cheerio": "^1.2.0", "follow-redirects": "^1.16.0", "striptags": "^3.2.0" }, "devDependencies": { "@types/follow-redirects": "^1.14.4", "domhandler": "^6.0.1" } }