banterer
Version:
Inspirational software banter in your terminal
46 lines (45 loc) • 898 B
JSON
{
"author": "nathan phennel",
"version": "2.0.1",
"bin": {
"banterer": "cli.js"
},
"bugs": {
"url": "https://github.com/enphnt/banterer/issues"
},
"bundleDependencies": [],
"dependencies": {
"commander": "^2.17.0",
"cowsay": "^1.5.0",
"lodash.sample": "^4.2.1"
},
"description": "Inspirational software banter in your terminal",
"engines": {
"node": ">=18"
},
"files": [
"cli.js",
"banter.json"
],
"homepage": "https://github.com/enphnt/banterer#readme",
"keywords": [
"cli",
"joke",
"jokes",
"banter",
"programming humor",
"humor",
"random joke",
"funny"
],
"license": "ISC",
"main": "index.js",
"name": "banterer",
"repository": {
"type": "git",
"url": "git+https://github.com/enphnt/banterer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}