-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 972 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
{
"name": "mindful-timer",
"version": "1.0.0",
"type": "module",
"description": "Pomodoro timer with automatic Do Not Disturb mode switching",
"scripts": {},
"bin": {
"mindful-timer": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arodik/mindful-timer.git"
},
"keywords": [
"pomodoro",
"timer",
"mindful",
"cli",
"do not disturb",
"mac os",
"focus mode",
"concentration"
],
"author": "Alexandr Rodik <alexandr.rodik@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arodik/mindful-timer/issues"
},
"homepage": "https://github.com/arodik/mindful-timer#readme",
"dependencies": {
"dialog": "^0.3.1",
"easytimer.js": "^4.3.1",
"home-dir": "^1.0.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"luxon": "^2.0.2",
"macos-focus-mode": "^1.0.0",
"nanoid": "^3.3.1",
"semver": "^7.3.4",
"yargs": "^17.2.1"
}
}