-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 916 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
{
"name": "roadmoney",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www ./build/app.js",
"dev": "tsc -watch",
"test": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"axios": "^1.3.5",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"flutterwave-node-v3": "^1.0.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"redis": "^4.6.6",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/morgan": "^1.9.4",
"@types/request": "^2.48.8",
"@types/supertest": "^2.0.12",
"jest": "^29.5.0"
}
}