-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 911 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
{
"name": "Bane",
"version": "0.0.7",
"description": "Ne biçim bot bu anlamadım Kappa.",
"readme": "README.md",
"maintainers": [
"Atropos ([email protected])",
"linuxgemini ([email protected])"
],
"author": "OneMansGlory, Atropos, linuxgemini",
"repository": {
"type": "git",
"url": "git+https://github.com/mertturunc/Bane.git"
},
"license": "GPL-3.0",
"dependencies": {
"bufferutil": "^3.0.0",
"discord.js": "^11.1.0",
"erlpack": "hammerandchisel/erlpack",
"ffmpeg": ">=0.0.4",
"googleapis": ">=4.0.0",
"libsodium-wrappers": "^0.5.1",
"node-opus": "^0.2.5",
"node-twitchtv": "jbueza/node-twitchtv",
"opusscript": "^0.0.3",
"sodium": "^2.0.1",
"wav": ">=0.0.2",
"ytdl-core": ">=0.10.0",
"uws": "^0.14.1",
"request": "^2.81.0"
},
"scripts": {
"main": "node --harmony --trace-warnings Bane.js"
}
}