forked from not-a-bank/open-banking-tracker-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 759 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
{
"name": "open-banking-radar-data",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"validate-data": "node scripts/validate.js",
"upload": "git pull && node scripts/validate.js && node scripts/upload.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apideck-io/open-banking-radar.git"
},
"author": "Gertjan De Wilde",
"license": "MIT",
"bugs": {
"url": "https://github.com/apideck-io/open-banking-radar/issues"
},
"homepage": "https://github.com/apideck-io/open-banking-radar#readme",
"dependencies": {
"ajv": "^6.12.3",
"algoliasearch": "^3.27.0",
"bluebird": "^3.5.1",
"github-api": "^3.4.0"
}
}