-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.79 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
{
"name": "discordbot",
"version": "2.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js"
},
"engines": {
"node": "12.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoxie/rebuildDiscord.git"
},
"keywords": [
"discord.js"
],
"author": "Lera",
"license": "ISC",
"bugs": {
"url": "https://github.com/shoxie/rebuildDiscord/issues"
},
"homepage": "https://github.com/shoxie/rebuildDiscord#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"ascii-table": "0.0.9",
"canvas-constructor": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"discord-canvas": "^1.3.2",
"discord.js": "^12.3.0",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"figlet": "^1.5.0",
"geo-tz": "^6.0.0",
"get-video-id": "^3.1.4",
"gmail-send": "^1.8.10",
"imdb-api": "^4.2.0",
"jsdom": "^16.4.0",
"lowdb": "^1.0.0",
"mal-scraper": "^2.7.1",
"mathjs": "^7.1.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"mongoose": "^5.10.0",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"node-os-utils": "^1.3.0",
"openweather-apis": "^4.3.1",
"os": "^0.1.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"spellchecker": "^3.7.0",
"translate-google": "^1.4.3",
"xml-js": "^1.6.11",
"yt-dude": "^1.0.13",
"yt-search": "^2.1.8",
"ytdl-core": "^3.2.1"
},
"devDependencies": {
"axios": "^0.21.1",
"canvas": "^2.6.1",
"common-tags": "^1.8.0",
"dadjokes-wrapper": "^0.1.4",
"discord-logs": "^1.7.7",
"discord-paginationembed": "^2.1.0",
"moment": "^2.27.0",
"node-superfetch": "^0.1.10",
"opusscript": "0.0.7"
}
}