generated from denorg/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
37
38
{
"name": "rescuetime-slack",
"version": "0.0.0",
"description": "Post your RescueTime daily productivity pulse and hours logged to Slack",
"scripts": {
"run-daily": "ts-node index.ts individual",
"run-team": "ts-node index.ts team",
"run-weekly": "ts-node index.ts weekly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnandChowdhary/rescuetime-slack.git"
},
"keywords": [
"rescuetime",
"slack"
],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnandChowdhary/rescuetime-slack/issues"
},
"homepage": "https://github.com/AnandChowdhary/rescuetime-slack#readme",
"dependencies": {
"axios": "^0.21.1",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
"ky": "^0.20.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/fs-extra": "^9.0.1",
"@types/js-yaml": "^3.12.5",
"dotenv": "^8.2.0"
}
}