-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "foxtrot-server",
"version": "1.5.5",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"lint": "eslint .",
"test": "node --test"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.1103.0",
"@aws-sdk/s3-request-presigner": "^3.1103.0",
"bcryptjs": "^3.0.3",
"body-parser": "^2.3.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-basic-auth": "^1.2.1",
"firebase-admin": "^14.2.0",
"jsonwebtoken": "^9.0.3",
"morgan": "^1.11.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pg": "^8.22.0",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"prom-client": "^15.1.3",
"ws": "^8.21.2"
},
"overrides": {
"@typescript-eslint/typescript-estree": {
"minimatch": "^10.2.1"
}
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/eslint-plugin-security": "^3.0.1",
"@types/express": "^5.0.6",
"@types/morgan": "^1.9.10",
"@types/node": "^24.13.3",
"@types/passport": "^1.0.17",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/pg": "^8.20.4",
"@types/ws": "^8.18.1",
"eslint": "^10.8.0",
"eslint-plugin-security": "^4.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.66.0"
}
}