-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 989 Bytes
/
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
{
"name": "espcustoms-onlydiscord-oldversion",
"version": "0.0.4b",
"description": "",
"main": "index.js",
"scripts": {
"dev": "index.js",
"dev:watch": "index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SrGobi/EspCustoms-OnlyDiscord-OldVersion"
},
"author": "SrGobi",
"license": "ISC",
"dependencies": {
"ascii-table": "0.0.9",
"canvacord": "^5.1.0",
"canvas": "^2.7.0",
"common-tags": "^1.8.0",
"discord.js": "^12.5.3",
"distube": "^2.8.12",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.2.0",
"ejs": "^3.1.6",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.3.0",
"fs": "0.0.1-security",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"quick.db": "^7.1.3",
"ytdl-core": "^4.5.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"nodemon": "^2.0.7",
"opusscript": "0.0.8"
}
}