-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 818 Bytes
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
{
"name": "harmony-server",
"version": "0.0.0",
"description": "하모니 Backend Service",
"main": "src/app.js",
"scripts": {
"start": "npx nodemon src/app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.24.0",
"apn": "^2.2.0",
"argon2": "^0.40.3",
"axios": "^1.7.2",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-azure-blob-storage": "^1.2.0",
"mysql2": "^3.10.2",
"node-cron": "^3.0.3",
"sequelize": "^6.37.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"uuid": "^10.0.0"
},
"directories": {
"test": "tests"
}
}