-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.36 KB
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
{
"name": "flutterwave-node-v3",
"version": "1.3.2",
"description": "The official Node.JS integration library for Flutterwave v3 payment APIs",
"main": "index.js",
"scripts": {
"test": "node --test",
"test:watch": "node --test --watch",
"coverage": "node --test --experimental-test-coverage",
"test:coverage": "node --test --experimental-test-coverage",
"test:report": "mkdir -p reports && node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=reports/results.xml"
},
"keywords": [],
"author": "Flutterwave Developers",
"license": "MIT",
"dependencies": {
"axios": "^1.17.0",
"eslint-config-prettier": "^8.10.2",
"joi": "17.8.3",
"md5": "^2.3.0",
"node-forge": "^1.4.0",
"q": "^1.5.1",
"winston": "^3.19.0"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"prettier": "2.8.3",
"should": "^13.2.3"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flutterwave/Flutterwave-node-v3.git"
},
"bugs": {
"url": "https://github.com/Flutterwave/Flutterwave-node-v3/issues"
},
"homepage": "https://github.com/Flutterwave/Flutterwave-node-v3#readme"
}