-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 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
{
"name": "soundbot",
"version": "0.2.2",
"description": "Bot for making funny sounds on discords voice channel using discord.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"nodemon": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andreybest/SoundBot.git"
},
"keywords": [
"bot",
"discord.js",
"bruh"
],
"author": "AndreyBest",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Andreybest/SoundBot/issues"
},
"homepage": "https://github.com/Andreybest/SoundBot#readme",
"dependencies": {
"discord.js": "github:discordjs/discord.js",
"dotenv": "^8.0.0",
"ffmpeg-static": "^2.5.0",
"node-opus": "^0.3.2"
},
"engines": {
"node": "10.15.1"
}
}