-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 957 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "emoji-master",
"version": "1.0.0",
"description": "Emoji Master turns Slack \"reacjis\" into a passive game! Who is the Emoji Master in *your* organization?",
"main": "index.js",
"scripts": {
"start": "./index.js",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/usmonster/emoji-master.git"
},
"keywords": [
"slack",
"emoji",
"reacji",
"game"
],
"author": "usmonster (https://github.com/usmonster)",
"license": "ISC",
"bugs": {
"url": "https://github.com/usmonster/emoji-master/issues"
},
"homepage": "https://github.com/usmonster/emoji-master#readme",
"engines": {
"node": "18.x"
},
"dependencies": {
"@slack/web-api": "^6.1.0",
"bent": "^7.3.12",
"express": "^4.19.2",
"node-schedule": "^1.3.2",
"pug": "^3.0.3",
"redis": "^3.1.1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^14.2.1"
}
}