-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "api",
"version": "1.0.0",
"description": "shokz.tv rest api",
"main": "lib/index.js",
"repository": "[email protected]:shokz.tv/api.git",
"author": "GriefCode",
"license": "MIT",
"dependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cookie-session": "^2.0.42",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/express-fileupload": "^1.1.6",
"@types/imagemagick": "^0.0.30",
"@types/jsonwebtoken": "^8.5.0",
"@types/mysql2": "types/mysql2",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"@types/passport": "^1.0.6",
"@types/passport-anonymous": "^1.0.3",
"@types/passport-jwt": "^3.0.5",
"@types/sharp": "^0.27.1",
"@types/uuid": "^8.3.0",
"chalk": "^4.1.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"imagemagick": "^0.1.3",
"interval-promise": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"mysql-migrations": "^1.0.7",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-anonymous": "^1.0.1",
"passport-jwt": "^4.0.0",
"passport-twitch-new": "^0.0.2",
"sharp": "^0.27.2",
"twitch-api-v5": "^2.0.4",
"typescript": "^4.2.3",
"uuid": "^8.3.2",
"webhook-discord": "^3.7.7"
},
"scripts": {
"build": "tsc -p .",
"migrate": "node scripts/migration.ts up",
"start": "node lib/index.js"
}
}