forked from ItsPhant/Bot-chan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 865 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
{
"name": "bot-chan",
"version": "0.1.0",
"description": "AIML chatbot for Discord built using Program-y and Discord.js",
"main": "index.js",
"scripts": {
"postinstall": "cd program-y && pip3 install -r requirements.txt",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ItsPhant/Bot-chan.git"
},
"author": "Ellie Phant <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ItsPhant/Bot-chan/issues"
},
"homepage": "https://github.com/ItsPhant/Bot-chan#readme",
"dependencies": {
"bufferutil": "^3.0.3",
"discord.js": "^11.2.1",
"erlpack": "github:discordapp/erlpack",
"libsodium-wrappers": "^0.7.2",
"node-opus": "^0.2.7",
"request": "^2.83.0",
"sodium": "^2.0.1",
"uws": "^8.14.1",
"zlib-sync": "^0.1.3"
}
}