word-snatchers-cli
Version:
A console game which target is unscramble the letters to spell out a word fitting the given definition
68 lines (67 loc) • 1.69 kB
JSON
{
"name": "word-snatchers-cli",
"version": "4.2.0",
"description": "A console game which target is unscramble the letters to spell out a word fitting the given definition",
"main": "src/index.js",
"repository": "https://github.com/akgondber/word-snatchers-cli",
"author": "Rushan Alyautdinov <akgondber@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"bin": {
"wsc": "cli.js",
"word-snatchers-cli": "cli.js",
"words-snatchers-cli": "cli.js",
"words-snatchers": "cli.js",
"wrds": "cli.js",
"words-cli": "cli.js",
"words-game": "cli.js"
},
"scripts": {
"play": "node cli.js",
"play-suite": "node cli.js --suite",
"setup": "node scripts/pch.js",
"test": "uvu tests",
"prettify": "prettier --write .",
"check-files": "purposefile",
"pretcheck": "prettier . --check",
"addround": "node scripts/add-round.js"
},
"keywords": [
"consolegame",
"cli",
"console",
"english",
"vocabulary",
"play",
"learn",
"word",
"words",
"unscramble",
"test",
"suite",
"http",
"httpfriendly",
"rounds"
],
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.11.0",
"cac": "^6.7.14",
"fast-shuffle": "^6.1.1",
"filehound": "^1.17.6",
"log-utils": "^1.0.0",
"mlly": "^1.7.4",
"superstruct": "^2.0.2"
},
"devDependencies": {
"@clack/prompts": "^0.11.0",
"expect": "^30.0.5",
"fs-extra": "^11.3.1",
"post-command-hook": "^2.0.2",
"post-command-hook-install-packages-plugin": "^1.1.1",
"prettier": "^3.6.2",
"purposefile": "^1.2.0",
"sinon": "^21.0.0",
"uvu": "^0.5.6"
}
}