-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 915 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
{
"name": "@conradkleinespel/gitclock",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "TZ=Africa/Nairobi jest --coverage"
},
"bin": {
"gitclock": "index.js"
},
"author": "Conrad Kleinespel <conradk@conradk.com>",
"license": "Apache-2.0",
"description": "A CLI to schedule Git commits",
"dependencies": {
"@iarna/toml": "^2.2.5",
"commander": "^12.1.0",
"conf": "^10.2.0",
"globals": "^15.9.0",
"luxon": "^3.5.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conradkleinespel/gitclock.git"
},
"bugs": {
"url": "https://github.com/conradkleinespel/gitclock/issues"
},
"homepage": "https://github.com/conradkleinespel/gitclock#readme"
}