forked from techinems/chorebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 791 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
{
"name": "chorebot",
"version": "1.0.10",
"description": "A chore notification tool grabbing data from a Google spreadsheet",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpiambulance/ChoreBot.git"
},
"author": "Dan Bruce <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rpiambulance/ChoreBot/issues"
},
"homepage": "https://github.com/rpiambulance/ChoreBot#readme",
"dependencies": {
"@slack/bolt": "^1.3.0",
"axios": "^0.21.1",
"@sentry/node": "^5.15.4",
"dotenv": "^8.1.0",
"eslint": "^6.5.1",
"googleapis": "^43.0.0",
"moment-timezone": "^0.5.28",
"node-cron": "^2.0.3"
}
}