-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.31 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
{
"name": "back-end",
"version": "1.0.0",
"description": "TRIPY back-end",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"dev": "nodemon server.js",
"coverage": "jest --coverage"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^3.5.2",
"node-fetch": "^3.3.2",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"redis": "^4.6.7"
},
"devDependencies": {
"artillery": "^2.0.0-35",
"express-mysql-session": "^3.0.0",
"express-session": "^1.17.3",
"googleapis": "^122.0.0",
"http": "^0.0.1-security",
"jest": "^29.6.2",
"mysql": "latest",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"promise-mysql": "^5.2.0",
"supertest": "^6.3.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UMC-TRIPY/back-end.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/UMC-TRIPY/back-end/issues"
},
"homepage": "https://github.com/UMC-TRIPY/back-end#readme"
}