forked from KazuAlex/openpollslack
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "openpollplus",
"version": "4.0.0.5",
"description": "Open source poll slack app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polppol/openpollslack-i18n.git"
},
"keywords": [
"opensource",
"poll",
"slack",
"app"
],
"author": "PolPPol",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/polppol/openpollslack-i18n/issues"
},
"homepage": "https://github.com/polppol/openpollslack-i18n#readme",
"dependencies": {
"@slack/bolt": "^4.1.1",
"async-mutex": "^0.5.0",
"body-parser": "^1.20.3",
"cli-progress": "^3.12.0",
"compression": "^1.7.5",
"config": "^3.3.12",
"cron-parser": "^4.9.0",
"cronstrue": "^2.52.0",
"express": "^5.0.1",
"glob": "^11.0.0",
"helmet": "^8.0.0",
"moment-timezone": "^0.5.46",
"mongodb": "^6.12.0",
"node-cron": "^3.0.3",
"uuid": "^11.0.3",
"winston": "^3.17.0"
}
}