-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"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": "^8.0.1",
"piggy-bank": "^2.0.0",
"timrjs": "^1.0.1",
"vorpal": "^1.12.0",
"snyk": "^1.316.1",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"standard": "14.3.1"
},
"snyk": true
}