-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 817 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
{
"name": "mentionbot",
"version": "1.0.0",
"description": "Get mentioned when certain phrases (such as your name) appear in Discord messages",
"main": "src/index.js",
"engines": {
"node": "8.11.1"
},
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewdias/mentionbot.git"
},
"author": "matthewdias",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewdias/mentionbot/issues"
},
"homepage": "https://github.com/matthewdias/mentionbot#readme",
"dependencies": {
"@sentry/node": "^5.4.3",
"discord.js": "^11.3.2",
"erlpack": "github:discordapp/erlpack",
"knex": "^0.15.0",
"objection": "^1.1.10",
"pg": "^7.4.3",
"uws": "^10.148.0",
"zlib-sync": "^0.1.4"
}
}