-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 818 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 818 Bytes
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
{
"name": "@poutine/timeular-cli",
"author": "Chris Lagasse <chrislagasse@protonmail.com>",
"version": "0.4.3",
"description": "Manage your Timeular reporting and time tracking",
"repository": {
"type": "git",
"url": "https://github.com/Soben/timeular-cli.git"
},
"license": "ISC",
"keywords": [
"timeular",
"time tracking",
"reports",
"happy cog"
],
"scripts": {
"test": "mocha",
"watch": "mocha --watch"
},
"bin": {
"timeular": "./bin/index.js"
},
"dependencies": {
"commander": "^2.19.0",
"fs": "^0.0.1-security",
"global": "^4.3.2",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^5.15.3",
"mocha": "^10.0.0",
"prettier": "1.16.4"
}
}