-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1005 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
44
{
"name": "mijanta",
"version": "1.0.0",
"description": "This project is MiJanta API mock-up",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"payments",
"mijanta",
"tyondo"
],
"author": "Raphael Ndwiga",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.22.0",
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.4.1",
"mongoose": "^5.9.9",
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"promise": "^8.1.0",
"request": "^2.88.2",
"sequelize": "^6.3.0",
"sequelize-cli": "^6.2.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"faker": "^4.1.0",
"mocha": "^7.1.1"
}
}