UNPKG

teafy-quotes-cli

Version:

Generador de frases motivadoras con Node.js

26 lines (25 loc) 474 B
{ "name": "teafy-quotes-cli", "version": "1.0.2", "description": "Generador de frases motivadoras con Node.js", "main": "index.js", "bin": { "teafy": "index.js" }, "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/gersilme/teafy-quotes.git" }, "keywords": [ "quotes", "motivational", "cli", "inspirational", "nodejs" ], "author": "Gersilme", "license": "MIT" }