-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 863 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": "paystack-fees",
"version": "1.0.3",
"description": "Add paystack fees to an amount",
"main": "PaystackFees.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibrahimlawal/paystack-fees-js.git"
},
"keywords": [
"paystack",
"fees",
"js"
],
"author": "Ibrahim Lawal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibrahimlawal/paystack-fees-js/issues"
},
"homepage": "https://github.com/ibrahimlawal/paystack-fees-js#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"jest": "^24.5.0"
},
"peerDependencies": {
"@hapi/joi": "*"
}
}