scrabble-cheater
Version:
A simple Scrabble cheating tool.
45 lines (44 loc) • 973 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.22.0",
"typescript": "6.0.3",
"vitest": "4.1.6"
},
"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": {
"type": "git",
"url": "git+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.2"
}