UNPKG

scrabble-cheater

Version:

A simple Scrabble cheating tool.

42 lines (41 loc) 976 B
{ "author": "Florian Imdahl <git@ffflorian.de>", "bin": "dist/cli.js", "dependencies": { "clipboardy": "4.0.0", "commander": "14.0.0" }, "description": "A simple Scrabble cheating tool.", "devDependencies": { "rimraf": "6.0.1", "typescript": "5.8.3", "vitest": "3.2.4" }, "engines": { "node": ">= 18.0" }, "exports": "./dist/index.js", "files": [ "dist" ], "keywords": [ "cli", "scrabble", "cheater", "typescript" ], "license": "GPL-3.0", "module": "dist/index.js", "name": "scrabble-cheater", "repository": "https://github.com/ffflorian/node-packages/tree/main/packages/scrabble-cheater", "scripts": { "build": "tsc -p tsconfig.json", "clean": "rimraf dist", "dist": "yarn clean && yarn build", "start": "node --loader ts-node/esm src/cli.ts -d", "test": "vitest run" }, "type": "module", "version": "3.8.6", "gitHead": "b834177d548b327ae16488fc9c8a55ba4cae02b3" }