UNPKG

word-snatchers-cli

Version:

A console game which target is unscramble the letters to spell out a word fitting the given definition

65 lines (64 loc) 1.58 kB
{ "name": "word-snatchers-cli", "version": "4.1.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" }, "keywords": [ "consolegame", "cli", "console", "english", "vocabulary", "play", "learn", "word", "words", "unscramble", "test", "suite", "http", "httpfriendly", "rounds" ], "dependencies": { "ansi-colors": "^4.1.3", "axios": "^1.3.3", "cac": "^6.7.14", "fast-shuffle": "^5.0.2", "filehound": "^1.17.6", "log-utils": "^1.0.0", "mlly": "^1.1.0", "superstruct": "^0.16.4" }, "devDependencies": { "expect": "^29.7.0", "post-command-hook": "^2.0.2", "post-command-hook-install-packages-plugin": "^1.0.1", "prettier": "^2.7.1", "purposefile": "^1.2.0", "sinon": "^17.0.1", "uvu": "^0.5.6" } }