-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 937 Bytes
/
package.json
File metadata and controls
39 lines (38 loc) · 937 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
36
37
38
{
"name": "Ninjitsu-Bot",
"version": "1.0.0",
"description": "An in-depth guide on deploying your Discord.js bot on Heroku",
"main": "index.js",
"engines": {
"node": "8.11",
"npm": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sysRoot/Ninjitsu-Bot.git"
},
"keywords": [
"heroku",
"discord.js"
],
"author": "sysRoot",
"license": "MIT",
"bugs": {
"url": "https://github.com/sysRoot/Ninjitsu-Bot/issues"
},
"homepage": "https://github.com/sysRoot/Ninjitsu-Bot#readme",
"dependencies": {
"bufferutil": "^3.0.5",
"discord.js": "^11.3.2",
"erlpack": "github:discordapp/erlpack",
"libsodium-wrappers": "^0.7.3",
"node-opus": "^0.2.7",
"opusscript": "0.0.6",
"sodium": "github:general-programming/node-sodium",
"uws": "^9.148.0"
}
}