-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 855 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 855 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
39
{
"name": "apertabot",
"version": "0.1.0",
"description": "An open-source Discord bot",
"main": "index.js",
"scripts": {
"test": "node index.js --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApertaTeam/ApertaBot.git"
},
"keywords": [
"discord",
"bot"
],
"contributors": [
"ShadowTheClood <sendmecrap@outlook.com>",
"colinator27"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ApertaTeam/ApertaBot/issues"
},
"homepage": "https://github.com/ApertaTeam/ApertaBot#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"cookie": "^0.3.1",
"discord.js": "^11.3.0",
"ffmpeg-binaries": "^3.2.2-3",
"nedb": "^1.8.0",
"opusscript": "0.0.6",
"socket.io": "^2.0.4"
},
"engines": {
"node": "9.3.0",
"npm": "5.5.1"
}
}