zen-timer
Version:
Timer app for meditation
32 lines (31 loc) • 624 B
JSON
{
"name": "zen-timer",
"version": "1.0.7",
"description": "Timer app for meditation",
"main": "index.js",
"bin": {
"timer": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"timer",
"meditation"
],
"repository": {
"type": "",
"url": "https://git.sr.ht/~danielf/timer"
},
"author": "Daniel Fleischer",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"lodash": ">=4.17.21",
"play-sound": "^1.1.3",
"progress": "^2.0.3"
}
}