-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "be-ojt-auction",
"version": "1.0.0",
"description": "be ojt 원본 과제",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinWooPark-dotcom/be-ojt-auction.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MinWooPark-dotcom/be-ojt-auction/issues"
},
"homepage": "https://github.com/MinWooPark-dotcom/be-ojt-auction#readme",
"dependencies": {
"async-redis": "^1.1.7",
"axios": "^0.21.1",
"better-queue": "^3.8.10",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"http-errors": "^1.6.3",
"morgan": "~1.9.1",
"node-schedule": "^2.0.0",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"pug": "^3.0.2",
"readline-sync": "^1.4.10",
"sequelize": "^6.6.2",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"uuid": "^8.3.2"
}
}