-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) ยท 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) ยท 1.04 KB
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
{
"name": "re-collect-server",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=production nodemon ./bin/app.js",
"start": "NODE_ENV=production pm2 start ./bin/app.js",
"test": "NODE_ENV=test jest 'spec/spec.js' --detectOpenHandles"
},
"homepage": "https://github.com/codestates/re-collect-server#readme",
"license" : "BSD-3-Clause",
"dependencies": {
"connect-redis": "^6.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fund": "^1.0.0",
"handlebars": "^4.7.7",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql2": "^2.2.5",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.2",
"npm": "^7.19.1",
"redis": "^3.1.2",
"sequelize": "^6.6.5",
"sequelize-auto": "^0.8.3",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"jest": "^27.0.6",
"nodemon": "^2.0.9",
"supertest": "^6.1.3"
}
}