scrabble-cheater
Version:
A simple Scrabble cheating tool.
42 lines (41 loc) • 976 B
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"clipboardy": "4.0.0",
"commander": "13.1.0"
},
"description": "A simple Scrabble cheating tool.",
"devDependencies": {
"rimraf": "6.0.1",
"typescript": "5.8.2",
"vitest": "3.0.7"
},
"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.5",
"gitHead": "7704629d81392a9c7858e1bdd974762598e953a2"
}