-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathpackage.json
66 lines (66 loc) · 1.65 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
{
"name": "discordbot",
"version": "1.0.0",
"description": "Cool test bot by aaronokiay",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"aaronokiay"
],
"author": "aaronokiay",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.2",
"booru": "^1.3.6",
"cheerio": "^1.0.0-rc.2",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"discord.js": "^11.4.2",
"discord.js-musicbot-addon": "^13.4.4",
"discord.js-musicbot-addon-v2": "^1.10.4",
"enmap": "^4.7.1",
"eslint": "^5.9.0",
"ffmpeg": "0.0.4",
"figlet": "^1.2.1",
"fs": "0.0.1-security",
"got": "^9.3.1",
"hentai.js": "^1.3.6",
"integer": "^2.1.0",
"jimp": "^0.5.6",
"js2xmlparser": "^3.0.0",
"jshint": "^2.9.6",
"kaori": "^1.2.0",
"lifecycle": "^1.0.4",
"lodash": "^4.17.11",
"long": "^4.0.0",
"mal-scraper": "^2.4.5",
"match-sorter": "^2.3.0",
"math-expression-evaluator": "^1.2.17",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"ms": "^2.1.1",
"nekos.life": "^2.0.4",
"node-fetch": "^2.3.0",
"node-gyp": "^3.8.0",
"node-opus": "^0.3.1",
"node-osu": "^1.3.2",
"node-sass": "^4.10.0",
"opusscript": "0.0.6",
"os": "^0.1.1",
"random-puppy": "^1.1.0",
"request": "^2.88.0",
"snekfetch": "^4.0.4",
"sqlite": "^3.0.0",
"sqlite3": "^4.0.3",
"xml2js": "^0.4.19",
"youtube-audio-stream": "^0.2.0",
"youtube-playlist-info": "^1.1.2",
"ytdl-core": "^0.28.0",
"ytpl": "^0.1.14",
"ytsearcher": "^1.2.0"
}
}