-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (38 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (38 loc) · 1 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
{
"name": "flutterwave-virtual-card_API",
"version": "1.0.0",
"description": "implementation-of-flutterwave-virtual-card",
"main": "index.js",
"scripts": {
"start": "node ./build/index.js",
"dev": "nodemon --exec babel-node ./server/index.js",
"clean": "rm -rf build && mkdir build",
"build-babel": "babel -d ./build ./server -s"
},
"dependencies": {
"bcrypt": "^3.0.4",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"esm": "^3.2.4",
"express": "^4.17.0",
"flutterwave-node": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"nodemon": "^1.18.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanusisusi/flutterwave_virtual_cards_API.git"
},
"author": "Sanusi Abdulkadir",
"engines": {
"node": "16.11.1"
}
}