UNPKG

dnb-api

Version:
34 lines (33 loc) 716 B
{ "name": "dnb-api", "version": "0.1.2", "description": "Client for DNB Open Banking platform", "main": "index.js", "scripts": { "lint": "eslint .", "test": "ava" }, "repository": { "type": "git", "url": "https://github.com/sondregj/dnb-api-client.git" }, "keywords": [ "DNB", "openbanking", "rest" ], "author": "Sondre Gjellestad <sondre.gjellestad@hotmail.com> (https://sondregjellestad.space)", "license": "MIT", "bugs": { "url": "https://github.com/sondregj/dnb-api-client/issues" }, "homepage": "https://github.com/sondregj/dnb-api-client#readme", "devDependencies": { "ava": "^1.3.1", "dotenv": "^7.0.0", "eslint": "^5.15.2" }, "dependencies": { "aika": "^0.1.2" } }