generate_quote-md
Version:
Random Quotes Generator
28 lines (27 loc) • 517 B
JSON
{
"name": "generate_quote-md",
"version": "2.1.2",
"description": "Random Quotes Generator",
"type": "module",
"main": "index.js",
"bin": {
"generate-quote": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"quotes",
"random-quotes",
"inspiration",
"cli",
"nodejs"
],
"author": "Doniyor Coder",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"chalk": "^5.4.1"
}
}