-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 KB
/
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
{
"name": "pomonodeoro",
"version": "0.1.0",
"description": "A simple pomodoro timer for the terminal",
"main": "src.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/esbuild src.js --bundle --minify --platform=node --outfile=pomonodeoro.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelkolesidis/pomonodeoro.git"
},
"keywords": [
"pomodoro",
"terminal-based",
"pomodoro timer",
"pomodoro technique",
"pomodoro technique timer",
"pomodoro-cli",
"pomodoro tracker",
"pomodoro app"
],
"author": "Michael Kolesidis <[email protected]> (https://michaelkolesidis.com/)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/michaelkolesidis/pomonodeoro/issues"
},
"homepage": "https://github.com/michaelkolesidis/pomonodeoro#readme",
"dependencies": {
"node-notifier": "^10.0.1"
},
"devDependencies": {
"esbuild": "^0.16.15"
}
}