-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 850 Bytes
/
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
{
"name": "PlatysCREDITSBOT",
"productName": "platysCREDITSBOT",
"version": "2.5.1",
"description": "Create stream credits and other stream overlays",
"main": "main.js",
"scripts": {
"start": "node main.js",
"build": "node build.js",
"test": "mocha tests/*/*"
},
"author": "PlatypusMuerte",
"license": "ISC",
"dependencies": {
"body-parser": "1.19.0",
"chalk": "4.1.0",
"cryptr": "4.0.2",
"express": "4.17.1",
"fs-extra": "9.0.1",
"ini-parser-encoder": "0.0.4",
"jquery": "3.5.1",
"lodash": "4.17.20",
"lowdb": "1.0.0",
"mustache": "4.0.1",
"superagent": "6.1.0",
"twitter-v2": "0.1.2",
"uuid": "8.3.0",
"ws": "7.3.1",
"yargs": "16.0.3"
},
"devDependencies": {
"async": "3.2.0",
"expect": "26.4.2",
"mocha": "8.1.3",
"pkg": "4.4.9"
}
}