-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1002 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1002 Bytes
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
{
"name": "billsPayment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest",
"deploy": "surge"
},
"keywords": [],
"author": "abayomi ajao <roshbon@gmail.com>",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.6.0",
"await-to-js": "^3.0.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"form-data": "^4.0.0",
"handlebars": "^4.7.7",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.7",
"sequelize": "^6.16.2",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2",
"winston": "^3.6.0"
},
"devDependencies": {
"express-routemap": "^1.6.0",
"jest": "^27.5.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"supertest": "^6.2.2"
}
}