-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "compbot",
"version": "1.0.0",
"description": "TAS Comp Bot made by Xander, Eddio0141 and Barry",
"main": "start.js",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"archiver": "^7.0.1",
"bufferutil": "^4.0.1",
"chrono-node": "^2.2.4",
"eris": "^0.17.2",
"eris-additions": "^1.4.1",
"erlpack": "github:abalabahaha/erlpack",
"eventemitter3": "^4.0.4",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"node-gyp": "^10.0.1",
"request": "^2.88.2",
"rgb-color": "^2.1.2",
"sodium-native": "^3.1.1",
"utf-8-validate": "^5.0.2",
"ytdl-core": "^2.1.5",
"zlib-sync": "^0.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Barryyyyyy/TAS-Comp-Bot.git"
},
"keywords": [
"bot",
"SM64",
"discord"
],
"author": "ERGC Xander / Eddio0141 / Barry",
"license": "ISC",
"bugs": {
"url": "https://github.com/Barryyyyyy/TAS-Comp-Bot/issues"
},
"homepage": "https://github.com/Barryyyyyy/TAS-Comp-Bot#readme"
}