UNPKG

yes-no-words

Version:
62 lines (61 loc) 988 B
{ "name": "yes-no-words", "version": "3.0.0", "description": "Get yes/no-like words", "license": "MIT", "repository": "sindresorhus/yes-no-words", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "bin": { "yes-no": "./cli.js" }, "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18.20" }, "scripts": { "//test": "xo && ava", "test": "ava" }, "files": [ "index.js", "index.d.ts", "cli.js", "yes-words.json", "no-words.json" ], "keywords": [ "cli-app", "cli", "word", "words", "list", "array", "json", "random", "rand", "yes", "no", "prompt", "confirm", "deny", "answer" ], "dependencies": { "meow": "^13.2.0", "unique-random-array": "^3.0.0" }, "devDependencies": { "ava": "^6.1.2", "xo": "^0.58.0" } }