-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) Β· 1.5 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
50
51
52
53
54
55
{
"name": "hangaround-back",
"version": "1.0.0",
"description": "hangaround-back",
"main": "server.js",
"scripts": {
"start": "ts-node src/server.js",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HangAround/HangAround-Back.git"
},
"author": "seungjikim",
"license": "ISC",
"bugs": {
"url": "https://github.com/HangAround/HangAround-Back/issues"
},
"homepage": "https://github.com/HangAround/HangAround-Back#readme",
"dependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"bcrypt": "^5.0.1",
"chokidar": "^3.5.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"node-pre-gyp": "0.12.0",
"oauth2": "^0.0.1",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"session": "^0.1.0",
"socket.io": "^2.3.0",
"ts-node": "^10.7.0",
"typeorm": "^0.2.45",
"typeorm-model-generator": "^0.4.6",
"typescript": "^4.6.3",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"cookie-parser": "^1.4.6",
"express-session": "^1.17.2",
"nodemon": "^2.0.15",
"nunjucks": "^3.2.3",
"passport-custom": "^1.1.1"
}
}