-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 782 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 782 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": "modulardiscordbot",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --harmony index.js",
"generate-docs": "node_modules/.bin/jsdoc README.md -c jsdoc.json -r src -d docs"
},
"keywords": [
"discord",
"bot"
],
"author": "Dipricyn",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"bufferutil": "^4.0.3",
"discord.js": "^12.5.1",
"erlpack": "^0.1.3",
"mkdirp": "^1.0.4",
"moment": "^2.22.2",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.4",
"winston": "^3.0.0",
"zlib-sync": "^0.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/Dipricyn/ModularDiscordBot"
},
"devDependencies": {
"jsdoc": "^3.6.6"
}
}