-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
43
44
45
46
47
48
49
{
"name": "seminar4",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon",
"build": "tsc && node dist",
"test": "mocha",
"prepare": "husky install",
"greeting": "echo \"\\033[32mHello World\""
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/express": "^4.17.14",
"@types/express-validator": "^3.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.9",
"@types/node-schedule": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"husky": "^8.0.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"@elastic/ecs-winston-format": "^1.3.1",
"@prisma/client": "^4.8.0",
"@types/body-parser": "^1.19.2",
"@types/supertest": "^2.0.12",
"@types/winston": "^2.4.4",
"axios": "^1.2.2",
"chai": "^4.3.7",
"dayjs": "^1.11.7",
"eslint": "^8.30.0",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"node-schedule": "^2.1.0",
"passport-naver-v2": "^2.0.8",
"prisma": "^4.8.0",
"supertest": "^6.3.3",
"winston": "^3.8.2"
},
"repository": "https://github.com/Team-KeepGoEat/KeepGoEat-Server.git",
"author": "seunghaLim <[email protected]>"
}