This repository was archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
{
"dependencies": {
"@discordjs/builders": "^1.5.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.6.0",
"@discordjs/voice": "^0.15.0",
"@picovoice/porcupine-node": "^2.1.7",
"@picovoice/rhino-node": "^2.1.10",
"bufferutil": "^4.0.7",
"discord-api-types": "^0.37.36",
"discord.js": "^13.16.0",
"erlpack": "github:discord/erlpack",
"ffmpeg-static": "^5.1.0",
"fuzzyset": "^1.0.7",
"music-metadata": "^8.1.3",
"play-dl": "github:karyeet/play-dl#build-on-install",
"prism-media": "github:karyeet/prism-media",
"sodium-native": "^4.0.1",
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.7"
},
"name": "mandarine",
"version": "0.2.7",
"engines": {
"node": "16.x"
},
"description": "A Node.js discord musicbot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/karyeet/Mandarine.git"
},
"keywords": [
"Discord",
"Musicbot",
"Nodejs"
],
"author": "Kareem Shehada",
"license": "MIT",
"bugs": {
"url": "https://github.com/karyeet/Mandarine/issues"
},
"homepage": "https://github.com/karyeet/Mandarine#readme",
"devDependencies": {
"eslint": "^8.11.0"
}
}