UNPKG

wordinal

Version:

Wordle but it's on your Terminal!

35 lines (34 loc) 719 B
{ "name": "wordinal", "version": "1.4.2", "type": "module", "description": "", "main": "bin/main.js", "bin": { "wordinal": "./bin/main.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "CLI", "Wordle" ], "author": "Ashish", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/asheeeshh/wordinal.git" }, "dependencies": { "chalk": "^5.0.0", "chalk-animation": "^1.6.0", "clear": "^0.1.0", "clui": "^0.3.6", "figlet": "^1.5.2", "gradient-string": "^2.0.0", "inquirer": "^8.2.0", "minimist": "^1.2.5", "randomword": "^0.1.3" } }