-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1023 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1023 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
34
35
36
37
38
39
40
41
42
{
"name": "music-bot-example",
"version": "1.1.0",
"description": "A dedicated music bot example project for Zhycorp Development made by iCrawl",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhycorp/music-bot-example.git"
},
"keywords": [
"JavaScript",
"NodeJS",
"Npm",
"Zhycorp"
],
"author": "iCrawl",
"license": "by-nc-nd/4.0",
"bugs": {
"url": "https://github.com/zhycorp/music-bot-example/issues"
},
"homepage": "https://github.com/zhycorp/music-bot-example#readme",
"engines": {
"node": "12.x"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"node-opus": "^0.3.3",
"opusscript": "0.0.7",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^3.4.2"
},
"optionalDependencies": {
"@discordjs/uws": "^11.149.1"
}
}