-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 812 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": "botkit-discord",
"version": "0.1.5",
"description": "A Botkit connector for Discord with support for text, voice, attachments, embedded messages, and more.",
"main": "index.js",
"scripts": {
"test": "nyc ava"
},
"keywords": [
"botkit",
"chatbots",
"discord",
"discord bots",
"discord javascript",
"discord chatbots",
"discord.js"
],
"author": "Brandon Him",
"license": "MIT",
"dependencies": {
"botkit": "^0.6.21",
"clone-deep": "^4.0.1",
"discord.js": "^11.4.2",
"erlpack": "^0.1.3",
"lodash.omit": "^4.5.0",
"uws": "^99.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"hoek": ">=4.2.1",
"coveralls": "^2.11.12",
"nyc": "^10.0.0"
},
"nyc": {
"reporter": [
"lcov",
"text"
]
}
}