-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
39
40
41
42
43
44
45
46
{
"name": "a-wild-button-appears",
"version": "3.1.3",
"description": "A wild BUTTON appears - a useless bot for Slack.",
"main": "wildbutton.js",
"dependencies": {
"@sentry/integrations": "^7.7.0",
"@sentry/node": "^7.7.0",
"@sentry/tracing": "^7.7.0",
"@slack/events-api": "^3.0.1",
"@slack/web-api": "^6.5.1",
"@slack/webhook": "^7.0.2",
"countries-and-timezones": "^3.3.0",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"luxon": "^3.0.1",
"mongodb": "^6.2.0",
"node-schedule": "^2.1.0"
},
"devDependencies": {
"jest": "^29.3.1",
"jest-extended": "^4.0.2",
"mongodb-memory-server": "^9.0.1",
"standard": "^17.0.0",
"supertest": "^6.1.3",
"uuid": "^9.0.0"
},
"scripts": {
"test": "jest --coverage && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zozs/a-wild-button-appears.git"
},
"author": "Linus Karlsson <wildbutton@linuskarlsson.se>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/zozs/a-wild-button-appears/issues"
},
"homepage": "https://github.com/zozs/a-wild-button-appears#readme",
"standard": {
"ignore": [
"db-json.js"
]
}
}