starwars-cli
Version:
Displays random Star Wars ASCII.
44 lines (43 loc) • 870 B
JSON
{
"name": "starwars-cli",
"version": "2.0.1",
"description": "Displays random Star Wars ASCII.",
"main": "index.js",
"type": "module",
"bin": {
"starwars-cli": "./index.js"
},
"engines": {
"node": ">=22"
},
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fleeting/starwars-cli.git"
},
"keywords": [
"random",
"star wars",
"ascii",
"cli"
],
"author": "James Fleeting",
"license": "MIT",
"bugs": {
"url": "https://github.com/fleeting/starwars-cli/issues"
},
"homepage": "https://github.com/fleeting/starwars-cli#readme",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "5.4.1",
"meow": "13.2.0",
"terminal-link": "^4.0.0",
"unique-random-array": "4.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"ava": "^6.3.0"
}
}