-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 892 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
41
{
"name": "meme",
"version": "0.0.1",
"description": "Meme Slack bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plainlab/meme.git"
},
"keywords": [
"meme",
"slack"
],
"author": "PlainLab",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/plainlab/meme/issues"
},
"homepage": "https://github.com/plainlab/meme#readme",
"dependencies": {
"botbuilder-adapter-slack": "^1.0.14",
"botkit": "^4.15.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"request": "^2.88.2",
"sequelize": "^6.21.3"
},
"devDependencies": {
"eslint": "^8.20.0"
},
"engines": {
"node": "16.16.0"
}
}