-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 951 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
37
38
39
40
41
42
{
"name": "open-psd2",
"version": "1.1.8",
"description": "An open source framework for using banking API's built for PSD2 regulation.",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "tsc -p tsconfig.json -d",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtraBB/open-psd2.git"
},
"keywords": [
"banking",
"api",
"psd2",
"open",
"http",
"authorization",
"ing",
"abn",
"finance",
"bank"
],
"author": "Bruno Carvalhal",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/ExtraBB/open-psd2/issues"
},
"homepage": "https://github.com/ExtraBB/open-psd2#readme",
"devDependencies": {
"@types/node": "^10.11.7",
"@types/qs": "^6.5.1",
"typescript": "^3.1.2"
},
"dependencies": {
"axios": "^0.18.0",
"qs": "^6.5.2"
}
}