-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"name": "",
"version": "0.0.0",
"description": "",
"main": "index.js",
"packageManager": "pnpm@9.7.0",
"scripts": {
"start": "node build/src/index",
"dev": "nodemon",
"build": "swc src -d build",
"lint": "eslint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"morgan": "^1.10.0",
"mysql2": "^3.11.0",
"redis": "^4.7.0",
"sequelize": "^6.37.3",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.6.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.11",
"@types/express": "^4.17.21",
"@types/node": "^22.3.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-jsonc": "^2.16.0",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
}
}