-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "online_payment_server",
"version": "1.0.0",
"description": "server handle Online Payment",
"main": "server.js",
"scripts": {
"download-node-server": "npm install",
"download-admin-project": "cd ./admin_modules/project && npm install",
"download": "npm run download-node-server && npm run download-admin-project",
"dev": "concurrently \"nodemon server.js \" \" cd ./admin_modules/project && npm start\"",
"build": " npm run download && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lexuantien1997/Online_Payment_Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lexuantien1997/Online_Payment_Server/issues"
},
"homepage": "https://github.com/lexuantien1997/Online_Payment_Server#readme",
"dependencies": {
"authy": "^1.4.0",
"authy-client": "^1.1.1",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"compression": "^1.7.3",
"concurrently": "^4.0.1",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"event-stream": "^4.0.1",
"express": "^4.16.4",
"firebase-admin": "^6.3.0",
"jsonwebtoken": "^8.3.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"mongoose": "^5.3.11",
"nexmo": "^2.4.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.6",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"promise-retry": "^1.1.1",
"save": "^2.3.2",
"sse": "0.0.8",
"sse-express": "^2.0.2",
"validator": "^10.9.0"
}
}