belvo
Version:
The node.js module for the Belvo API
50 lines (49 loc) • 1.35 kB
JSON
{
"name": "belvo",
"version": "0.28.0",
"description": "The node.js module for the Belvo API",
"main": "lib/belvo.js",
"scripts": {
"prepublish": "babel src -d lib",
"lint": "eslint ./src",
"build": "babel src -d lib",
"test": "jest ./tests",
"generate-docs": "jsdoc --readme ./README.md --package ./package.json -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belvo-finance/belvo-js.git"
},
"keywords": [
"belvo",
"openbanking"
],
"author": "Belvo Finance, S.L.",
"license": "MIT",
"bugs": {
"url": "https://github.com/belvo-finance/belvo-js/issues"
},
"homepage": "https://github.com/belvo-finance/belvo-js#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"coveralls": "^3.0.9",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"jest": "^26.0.0",
"jsdoc": "^3.6.10",
"minami": "^1.2.3",
"nock": "^12.0.3"
},
"dependencies": {
"axios": "0.27.2",
"core-js": "3.25.5",
"moment": "2.29.4",
"regenerator-runtime": "0.13.9"
}
}