scrabble-cheater
Version:
A simple Scrabble cheating tool.
43 lines (42 loc) • 990 B
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"bin": "dist/cli.js",
"dependencies": {
"clipboardy": "5.3.1",
"commander": "14.0.3"
},
"description": "A simple Scrabble cheating tool.",
"devDependencies": {
"tsx": "4.21.0",
"typescript": "6.0.2",
"vitest": "4.1.0"
},
"engines": {
"node": ">= 21"
},
"exports": "./dist/index.js",
"files": [
"dist"
],
"keywords": [
"cli",
"scrabble",
"cheater",
"typescript"
],
"license": "GPL-3.0",
"module": "dist/index.js",
"name": "scrabble-cheater",
"readme": "https://github.com/ffflorian/node-packages#readme",
"repository": "https://github.com/ffflorian/node-packages.git",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf dist",
"dist": "yarn clean && yarn build",
"start": "tsx src/cli.ts -d",
"test": "vitest run"
},
"type": "module",
"version": "3.16.1",
"gitHead": "aa42364cabdedc7bba727430cb686713f4598ce8"
}