-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 970 Bytes
/
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
{
"name": "ushauri",
"version": "1.0.0",
"description": "Ushauri Node JS Web App",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "jest --detectOpenHandles",
"start": "node index.js"
},
"keywords": [
"ushauri"
],
"author": "ronnie",
"license": "ISC",
"dependencies": {
"africastalking": "^0.4.3",
"base64util": "^2.0.0-f",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-winston": "^3.2.0",
"joi": "^14.3.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"mysql2": "^1.6.5",
"pg": "^7.11.0",
"pg-hstore": "^2.3.3",
"rotating-file-stream": "^1.4.1",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.0",
"winston": "^3.2.1"
},
"devDependencies": {
"jest": "^26.1.0",
"nodemon": "^2.0.4",
"sequelize-mock": "^0.10.2",
"superagent": "^5.1.0",
"supertest": "^4.0.2"
}
}