-
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) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 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": "potatoguy",
"version": "1.0.0",
"description": "PotatoGuy Discord bot ",
"main": "index.js",
"scripts": {
"start": "node src/bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shellord/potatoguy.git"
},
"keywords": [
"potatoguy"
],
"author": "shellord",
"license": "ISC",
"bugs": {
"url": "https://github.com/shellord/potatoguy/issues"
},
"homepage": "https://github.com/shellord/potatoguy#readme",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"discord-player": "^3.0.2",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"firebase": "^8.1.2",
"memejs": "^1.2.3",
"node-opus": "^0.3.3",
"opusscript": "0.0.7"
}
}