pomd
Version:
Just a good old cli based Pomodoro timer with native notifactions
41 lines (40 loc) • 840 B
JSON
{
"name": "pomd",
"version": "2.4.5",
"description": "Just a good old cli based Pomodoro timer with native notifactions",
"main": "index.js",
"repository": {
"url": "https://github.com/tiaanduplessis/pomd.git",
"type": "git"
},
"scripts": {
"start": "node .",
"lint": "standard --fix",
"test": "npm run lint"
},
"bin": {
"pomd": "index.js"
},
"files": [
"index.js"
],
"keywords": [
"pomodoro",
"cli",
"pomd"
],
"homepage": "https://github.com/tiaanduplessis/pomd",
"author": "Tiaan <tiaanduplessis@hotmail.com>",
"license": "MIT",
"dependencies": {
"node-notifier": "^6.0.0",
"piggy-bank": "^2.0.0",
"timrjs": "^1.0.1",
"update-notifier": "^3.0.1",
"vorpal": "^1.12.0"
},
"devDependencies": {
"standard": "14.3.1"
},
"snyk": true
}