mood-logger
Version:
A fun, cross-platform CLI tool that tracks your coding moods, shows stats, gives you motivational or roast quotes, and even syncs with Git commits 😎
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "mood-logger",
"version": "1.1.0",
"description": "A fun, cross-platform CLI tool that tracks your coding moods, shows stats, gives you motivational or roast quotes, and even syncs with Git commits 😎",
"type": "module",
"bin": {
"mood-logger": "bin/mood-logger.js"
},
"main": "bin/mood-logger.js",
"files": [
"bin/",
"lib/",
"README.md"
],
"scripts": {
"start": "node bin/mood-logger.js",
"test": "echo \"No tests yet — just vibes 😎\""
},
"keywords": [
"cli",
"mood",
"logger",
"motivation",
"fun",
"terminal",
"productivity",
"developer",
"roast"
],
"author": "Mayank kumar Vyas",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mayankvya/mood-logger.git"
},
"bugs": {
"url": "https://github.com/mayankvya/mood-logger/issues"
},
"homepage": "https://www.npmjs.com/package/mood-logger",
"engines": {
"node": ">=18"
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.3.8"
}
}