-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "session-practice",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"build": "esbuild index.js --outfile=build.js --bundle --minify --platform=node"
},
"keywords": [],
"author": "ckyeon <[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dayjs": "^1.11.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"esbuild": "^0.14.39",
"express": "^4.17.2",
"express-async-handler": "^1.1.4",
"express-mongodb-session": "^3.2.1",
"express-session": "^1.17.2",
"fastest-validator": "^1.12.0",
"http-errors": "^1.7.2",
"kubectl": "^0.0.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"mongoose": "^6.1.5",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"qs": "^6.10.3",
"uuid": "^8.3.2"
},
"repository": "git+https://github.com/cbnu-sequence/sequence_backend.git",
"bugs": {
"url": "https://github.com/cbnu-sequence/sequence_backend/issues"
},
"homepage": "https://github.com/cbnu-sequence/sequence_backend#readme",
"description": ""
}