-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -L",
"test": "mocha -w ./tests/**/*.spec.js"
},
"author": "Henry",
"license": "ISC",
"engines": {
"node": ">=12.18.3",
"npm": ">=6.14.6"
},
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"big-integer": "^1.6.51",
"body-parser": "^1.19.0",
"consolidate": "^0.16.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"html-pdf": "^3.0.1",
"ioredis": "^4.19.2",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.5.1",
"mercadopago": "^1.5.14",
"morgan": "^1.10.0",
"nodemailer": "^6.7.8",
"nodemon": "^2.0.19",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"paypal-rest-sdk": "^1.8.1",
"pdf-lib": "^1.17.1",
"pg": "^8.5.1",
"qrcode": "^1.5.1",
"qrcode-svg": "^1.1.0",
"sequelize": "^6.21.4"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"supertest": "^6.0.1",
"supertest-session": "^4.1.0"
}
}