-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 932 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
{
"name": "mirror-java",
"version": "1.0.0",
"description": "Mirror `Discord` Bot TypeScript edition",
"main": "built/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./built/src/index.js"
},
"author": "Ford Friedel",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "latest",
"chrono-node": "latest",
"cron": "latest",
"discord-player": "latest",
"discord.js": "latest",
"enmap": "latest",
"ffmpeg": "latest",
"ffmpeg-static": "^4.4.1",
"geo-tz": "latest",
"mkdirp": "latest",
"node-cron": "latest",
"node-fetch": "^2.6.1",
"pm2": "^5.2.0",
"tslog": "^3.3.2",
"tweetnacl": "latest",
"typescript": "^4.5.5",
"ytdl": "latest",
"ytdl-core": "git+ssh://[email protected]:khlevon/node-ytdl-core.git#v4.11.4-patch.2"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/node-cron": "^3.0.1"
}
}