forked from reply2za/db-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
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
{
"name": "discordbotz",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"cron": "^1.8.2",
"db": "^3.3.1",
"discord-spdl-core": "^1.0.2",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.7",
"fs-extra": "^9.1.0",
"google-spreadsheet": "^3.1.15",
"googleapis": "^59.0.0",
"node-gyp": "^7.1.0",
"npm": "^6.14.8",
"npm-install": "^1.4.1",
"npm-start": "^1.4.2",
"npm-start-command": "^1.0.1",
"spdl-core": "^1.6.0",
"sqlite3": "^5.0.0",
"ytdl-core": "^3.4.2",
"ytdl-core-discord": "^1.2.5",
"ytpl": "^0.3.0"
}
}