-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 837 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
38
39
{
"name": "discbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.3.0",
"npm": "7.18.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbj222/DiscBot.git"
},
"keywords": [
"heroku",
"discord.js"
],
"author": "mbj222",
"license": "MIT",
"bugs": {
"url": "https://github.com/mbj222/DiscBot/issues"
},
"homepage": "https://github.com/mbj222/DiscBot#readme",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"chokidar": "^3.5.2",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.4.0"
},
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3"
}
}