-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.01 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
41
42
43
{
"name": "fshybot",
"version": "1.7.17",
"description": "Discord Bot",
"main": "app.js",
"dependencies": {
"bufferutil": "^3.0.2",
"chrono-node": "^1.3.5",
"discord.js": "^11.3.0",
"erlpack": "github:discordapp/erlpack",
"ffmpeg-binaries": "^3.2.2",
"he": "^1.1.1",
"insta-scraper": "^1.0.2",
"libsodium-wrappers": "^0.5.4",
"lodash": "^4.17.4",
"mathjs": "^3.13.1",
"node-opus": "^0.2.6",
"pubg-api-redis": "^3.7.0",
"request": "^2.81.0",
"snoowrap": "^1.14.0",
"timezone-abbr-offsets": "^1.0.2",
"uws": "^9.14.0",
"winston": "^2.3.1",
"xml2js": "^0.4.17",
"ytdl-core": "^0.20.1"
},
"devDependencies": {
"jshint": "^2.9.4"
},
"scripts": {
"test": "jshint app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fshy/FshyBot.git"
},
"author": "Fshy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fshy/FshyBot/issues"
},
"homepage": "https://github.com/Fshy/FshyBot#readme"
}