-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
96 lines (96 loc) · 3.07 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "api.mineskin.org",
"version": "0.0.0",
"engines": {
"node": ">=18.20.3",
"_node": "[email protected]"
},
"scripts": {
"clean": "rm -rf dist",
"compile": "yarn tsc",
"build": "yarn run compile",
"start": "node dist/index.js",
"pm2": "pm2 start ecosystem.config.js",
"licenses": "npx generate-license-file --input package.json --output third-party-licenses.txt --overwrite"
},
"author": "Haylee Schäfer",
"dependencies": {
"@inventivetalent/axios-rate-limit": "^1.3.5",
"@inventivetalent/express-github-webhook": "^1.0.3",
"@inventivetalent/gitconfig": "^1.0.9",
"@inventivetalent/gitsha": "^1.0.0",
"@inventivetalent/imghash": "1.1.1",
"@inventivetalent/loading-cache": "^0.4.0",
"@inventivetalent/optimus-ts": "^0.2.1",
"@inventivetalent/time": "^1.0.0",
"@inventivetalent/typescript-memoize": "^1.0.0-alpha.5",
"@logtail/node": "^0.4.21",
"@logtail/winston": "^0.4.21",
"@mineskin/database": "git+ssh://[email protected]/MineSkin/mineskin-database.git",
"@mineskin/types": "git+ssh://[email protected]/MineSkin/mineskin-types.git",
"@sentry/node": "8.9.2",
"@sentry/profiling-node": "8.9.2",
"@sentry/tracing": "^7.117.0",
"@xboxreplay/xboxlive-auth": "^3.3.0",
"axios": "1.6.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.5.0",
"express-git-puller": "^2.1.1",
"express-rate-limit": "^7.3.1",
"express-session": "^1.17.1",
"file-type": "^16.1.0",
"form-data": "^3.0.0",
"google-auth-library": "^7.14.1",
"hasha": "^5.1.0",
"https-proxy-agent": "^5.0.0",
"image-size": "^0.9.3",
"influx": "^5.7.0",
"jimp": "^0.22.12",
"jobqu": "^2.0.5",
"jsonwebtoken": "9.0.0",
"metrics-node": "1.0.1",
"mongoose": "^8.4.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.5.0",
"querystring": "^0.2.1",
"read-chunk": "^3.2.0",
"redis": "^4.6.15",
"rotating-file-stream": "^1.4.4",
"source-map-support": "^0.5.19",
"tmp": "0.2.1",
"tunnel-ssh": "^4.1.4",
"ua-parser-js": "^1.0.38",
"user-agent-stripper": "^1.0.1",
"uuid": "^3.4.0",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/express-fileupload": "^1.5.0",
"@types/express-rate-limit": "^6.0.0",
"@types/express-session": "^1.17.10",
"@types/image-size": "^0.8.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/morgan": "^1.9.2",
"@types/multer": "^1.4.11",
"@types/node": "^18.19.37",
"@types/nodemailer": "^6.4.0",
"@types/source-map-support": "^0.5.3",
"@types/tmp": "^0.2.0",
"@types/tunnel-ssh": "^4.1.0",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^8.3.0",
"generate-license-file": "^3.5.0",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}