-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 992 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
{
"name": "tigopesa-push-api",
"version": "1.0.0",
"description": "Tigo Pesa Direct Mandate API Implementation",
"main": "index.js",
"scripts": {
"test": "ENV=test standard --env mocha --fix && mocha test --recursive --exit",
"forever": "npx forever --uid tigo-paygate --append start index.js",
"restart": "npx forever restart index.js",
"status": "npx forever list | grep tigo-paygate",
"stop": "npx forever stop index.js"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"nock": "^10.0.6",
"supertest": "^4.0.2"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"bull": "^3.10.0",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"forever": "^1.0.0",
"lodash": "^4.17.11",
"mocha": "^6.1.4",
"morgan": "^1.9.1",
"querystring": "^0.2.0",
"sinon": "^7.3.2",
"uuid": "^3.3.2"
}
}