forked from not-a-bank/open-banking-tracker-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 817 Bytes
/
package.json
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
{
"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.2.1",
"algoliasearch": "^3.27.0",
"bluebird": "^3.5.1",
"country-data": "0.0.31",
"emoji-flags": "^1.2.0",
"github-api": "^3.3.0"
}
}