-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
78 lines (78 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "swag-bot",
"version": "2.2.7",
"description": "My First Ever Discord Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Swag"
],
"author": "Chengzhu Duan",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"boom": "^7.3.0",
"canvas": "^2.5.0",
"chalk": "^2.4.2",
"circular-json": "^0.5.9",
"common-tags": "^1.8.0",
"cryptiles": "^4.1.3",
"crypto": "^1.0.1",
"d3": "^5.9.2",
"d3-fetch": "^1.1.2",
"discord-anti-spam": "^2.0.0",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"dogapi": "^2.8.3",
"es6-promise": "^4.2.6",
"eslint": "^5.15.3",
"express": "^4.16.4",
"ffmpeg": "0.0.4",
"ffmpeg-binaries": "^4.0.0",
"get-youtube-id": "^1.0.1",
"google-auth-library": "^4.0.0",
"googleapis": "^40.0.0",
"hawk": "^7.0.10",
"hoek": "^6.1.2",
"isomorphic-fetch": "^2.2.1",
"kayn": "^0.9.8",
"lodash": "^4.17.13",
"lol-stats-api-module": "^1.1.1",
"math": "0.0.3",
"mathjs": "^5.7.0",
"mongoose": "^5.4.19",
"mysql": "^2.16.0",
"node-fetch": "^2.3.0",
"node-fetch-polyfill": "^2.0.6",
"node-gyp": "^4.0.0",
"node-opus": "^0.2.9",
"node-superfetch": "^0.1.4",
"nodemon": "^1.19.0",
"opusscript": "0.0.6",
"pokedex-promise-v2": "^3.1.1",
"random-org": "^0.1.5",
"raven": "^0.10.0",
"request": "^2.88.0",
"snekfetch": "^4.0.4",
"stringstream": "0.0.6",
"stylus": "^0.54.3",
"superagent": "^3.8.3",
"urban": "^0.3.1",
"whatwg-fetch": "^3.0.0",
"wikijs": "^3.0.5",
"wolfram-alpha": "^0.6.0",
"youtube-info": "^1.3.2",
"youtube-node": "^1.3.3",
"ytdl-core": "^0.21.1"
},
"targets": [
{
"target_name": "binding",
"sources": [
"src/binding.cc"
]
}
]
}