-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
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": "discord-bot",
"version": "1.8.2",
"description": "Bot for discord chat based on discord.io",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zephy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Zephyrrus/discord-bot.git"
},
"bugs": {
"url": "https://github.com/Zephyrrus/discord-bot/issues"
},
"homepage": "https://github.com/Zephyrrus/discord-bot#readme",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.2",
"cheerio": "^0.20.0",
"cookie-parser": "^1.4.0",
"crypto-js": "^3.1.6",
"discord.io": "github:izy521/discord.io",
"express": "^4.13.3",
"follow-redirects": "0.0.7",
"fuse.js": "^1.3.1",
"minimist": "^1.2.0",
"moment-parser": "^0.3.0",
"npm": ">=6.14.6",
"nunjucks": "^2.4.2",
"request": "^2.61.0",
"sqlite3": "^3.1.1",
"winston": "^2.1.1",
"ws": "^0.8.0",
"x-ray": "^2.0.3",
"youtube-dl": "^1.10.5"
}
}