-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.3 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "disc-bot",
"version": "1.0.0",
"description": "Bot for discord",
"main": "index.js",
"scripts": {
"test": "eslint .",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vmkul/disc-bot.git"
},
"keywords": [
"CBT"
],
"author": "Vova",
"license": "ISC",
"bugs": {
"url": "https://github.com/vmkul/disc-bot/issues"
},
"homepage": "https://github.com/vmkul/disc-bot#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"canvas": "^2.6.1",
"discord.js": "^12.2.0",
"ffmpeg-static": "^4.2.6",
"fluent-ffmpeg": "^2.1.2",
<<<<<<< HEAD
"ibm-watson": "^5.6.2",
=======
"ibm-watson": "^5.6.0",
>>>>>>> da8f4b19e27cb72e7b8e0f009c90e2354d4b7464
"node-lame": "^1.2.2",
"node-opus": "^0.3.3",
"pg": "^8.2.1",
"yt-search": "^1.1.2",
"ytdl-core": "^2.1.7"
},
"devDependencies": {
<<<<<<< HEAD
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
=======
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.1",
>>>>>>> da8f4b19e27cb72e7b8e0f009c90e2354d4b7464
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}