-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 859 Bytes
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": "ing-connect",
"version": "0.1.0",
"description": "a node SDK for ing marketplace",
"main": "lib/ing.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node index.js",
"prepublish": "npx babel src --out-dir lib"
},
"keywords": [
"ing",
"model-bank",
"psd2",
""
],
"author": "Rob Da Corte",
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/robertdacorte/ing-connect"
},
"homepage": "https://github.com/robertdacorte/ing-connect#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"nodemon": "^1.19.4"
},
"dependencies": {
"axios": "^0.19.0",
"dotenv": "^8.2.0",
"uuid": "^3.3.3"
}
}