forked from zozs/a-wild-button-appears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
47
48
49
50
51
{
"name": "a-wild-button-appears",
"version": "2.1.1",
"description": "A wild BUTTON appears - a useless bot for Slack.",
"main": "wildbutton.js",
"dependencies": {
"@sentry/integrations": "^6.15.0",
"@sentry/serverless": "^6.15.0",
"@slack/events-api": "^2.3.4",
"@slack/web-api": "^6.5.1",
"@slack/webhook": "^6.0.0",
"aws-sdk": "^2.773.0",
"countries-and-timezones": "^3.3.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"jsonwebtoken": "^8.5.1",
"luxon": "^2.1.1",
"mongodb": "^4.2.1",
"node-schedule": "^2.1.0",
"serverless-http": "^2.6.0"
},
"devDependencies": {
"jest": "^27.4.3",
"jest-extended": "^1.2.0",
"mongodb-memory-server": "^8.0.4",
"serverless-dotenv-plugin": "^3.0.0",
"serverless-offline": "^8.3.1",
"standard": "^16.0.3",
"supertest": "^6.1.3",
"uuid": "^8.3.1"
},
"scripts": {
"test": "jest --coverage && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zozs/a-wild-button-appears.git"
},
"author": "Linus Karlsson <[email protected]>",
"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"
]
}
}