UNPKG

watracker

Version:

Track your daily water intake from the terminal.

27 lines (26 loc) 482 B
{ "name": "watracker", "version": "1.1.0", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [ "water", "intake", "CLI" ], "author": "sand77x", "license": "ISC", "description": "Track your daily water intake from the terminal.", "type": "module", "dependencies": { "conf": "^13.1.0", "dayjs": "^1.11.13", "minimist": "^1.2.8", "yoctocolors": "^2.1.1" }, "bin": { "watracker": "./index.js" } }