-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
65 lines (65 loc) · 1.48 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "trovobot",
"version": "2.0.5",
"main": "index.js",
"dependencies": {
"ascii-table": "0.0.9",
"chalk": "^4.1.0",
"chance": "^1.1.7",
"clear": "^0.1.0",
"colors": "^1.4.0",
"discord-rpc": "^3.1.4",
"ejs": "^3.1.5",
"express": "^4.17.1",
"figlet": "^1.5.0",
"glob": "^7.1.6",
"graphql": "^14.0.0",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"localizify": "^2.0.0",
"marked": "^1.2.8",
"marked-terminal": "^4.1.0",
"obs-websocket-js": "^4.0.2",
"prepend": "^1.0.2",
"queue": "^6.0.2",
"random-words": "^1.1.1",
"slobs.js": "^1.0.11",
"socket.io": "^3.1.0",
"trovo.js": "^1.9.7",
"vorpal": "^1.12.0",
"ws": "^7.4.2"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"funding": {
"type": "group",
"url": "https://liberapay.com/StreamersWorkshop"
},
"author": {
"name": "Randolph `Bioblaze Payne` Aarseth",
"email": "bioblazepayne@gmail.com",
"url": "https://github.com/Bioblaze"
},
"license": "Apache-2.0",
"description": "",
"contributors": [
{
"name": "Bioblaze Payne",
"email": "bioblazepayne@gmail.com",
"url": "https://github.com/Bioblaze"
},
{
"name": "Bulllox",
"email": "bullloxstreaming@web.de",
"url": "https://github.com/bulllox"
},
{
"name": "Rehkloos",
"email": "contact@rehkloos.com",
"url": "https://github.com/rehkloos"
}
]
}