forked from Domains18/NodeJsDaraja
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 715 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 715 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
{
"name": "mpesa-api",
"version": "1.0.0",
"description": "intergrating mpesa api with service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": "https://github.com/Domains18/mpesa-api.git",
"author": "Gibson Kemboi <gibsonsgibson88@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"moment": "^2.30.1",
"mongoose": "^8.3.4",
"nodemon": "^3.1.0",
"request": "^2.88.2"
}
}