-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "hubtelmobilepayment",
"version": "2.1.0",
"description": "A libray For Hubtel Mobile Payments ",
"main": "index.js",
"scripts": {
"pretest": "npm run prettier",
"test": "mocha tests/*.test.js",
"prettier": "prettier --print-width 80 --no-semi --single-quote --trailing-comma es5 --write './{,!(node_modules)/**}/*.js'",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/banphlet/HubtelMobilePayment"
},
"author": "Nana Kwame Zoe<banphlet4@gmail.com> (https://github.com/banphlet)",
"keywords": [
"hubtel",
"payment",
"hubtelpayment",
"mobilemoney"
],
"standard": {
"ignore": [
"dist/**"
]
},
"bugs": {
"url": "https://github.com/banphlet/HubtelMobilePayment/issues"
},
"homepage": "https://github.com/banphlet/HubtelMobilePayment",
"license": "MIT",
"dependencies": {
"request": "^2.81.0",
"request-promise": "^4.2.2",
"snyk": "^1.231.0"
},
"devDependencies": {
"body-parser": "^1.17.1",
"chai": "^4.1.2",
"chai-http": "^4.2.0",
"dotenv": "^7.0.0",
"express": "^4.15.2",
"mocha": "^6.0.1",
"nock": "^10.0.6",
"prettier": "^1.14.2",
"sinon": "^7.2.4"
},
"snyk": true,
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}