-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.23 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
{
"name": "mutter-games-admin-api",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vercel dev",
"start": "node",
"check:vercel-functions": "node scripts/check-vercel-functions-limit.js",
"typecheck": "find api -name '*.ts' -print0 | xargs -0 tsc --noEmit --skipLibCheck --moduleResolution node --target ES2022 --module commonjs --esModuleInterop",
"audit:prod": "npm audit --omit=dev --audit-level=moderate",
"audit:all": "npm audit --audit-level=high"
},
"dependencies": {
"firebase-admin": "13.9.0"
},
"devDependencies": {
"@vercel/node": "5.8.0",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"packageManager": "npm@9.9.4",
"overrides": {
"protobufjs": "7.5.8",
"@protobufjs/utf8": "1.1.1",
"jsonwebtoken": {
"jws": "3.2.3"
},
"google-auth-library": {
"jws": "4.0.1"
},
"gtoken": {
"jws": "4.0.1"
},
"firebase-admin": {
"uuid": "11.1.1"
},
"path-to-regexp": "6.3.0",
"undici": "6.25.0",
"minimatch": "10.2.5",
"smol-toml": "1.6.1",
"ajv": "8.20.0"
}
}