-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.34 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
56
57
{
"name": "auth-ii",
"version": "1.0.0",
"description": "## Topics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2-runtime start ecosystem.config.js --env production",
"server": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blent1050/auth-ii.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Blent1050/auth-ii/issues"
},
"homepage": "https://github.com/Blent1050/auth-ii#readme",
"dependencies": {
"@hapi/joi": "^15.0.1",
"@sendgrid/mail": "^6.4.0",
"axios": "^0.18.0",
"bcrypt": "^3.0.6",
"connect-session-knex": "^1.4.0",
"cors": "^2.8.5",
"cron": "^1.7.1",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"express-jwt": "^5.3.1",
"express-jwt-authz": "^2.3.1",
"express-session": "^1.16.1",
"faker": "^4.1.0",
"google-libphonenumber": "^3.2.2",
"helmet": "^3.18.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.4.0",
"jwt-decode": "^2.2.0",
"knex": "^0.16.5",
"mailparser": "^2.7.1",
"moment": "^2.24.0",
"multer": "^1.4.1",
"pg": "^7.10.0",
"pm2": "^3.5.0",
"sqlite3": "^4.0.6",
"stripe": "^6.31.2",
"twilio": "^3.30.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"jest": "^24.8.0",
"nodemon": "^1.19.0",
"supertest": "^4.0.2"
}
}