UNPKG

open-banking-pfm-sdk

Version:

The Open Banking PFM SDK uses Client classes and with **Promises** to get responses from the Open Banking PFM API in an easier way and structured as data models.

47 lines (46 loc) 1.43 kB
{ "name": "open-banking-pfm-sdk", "version": "1.1.15", "description": "", "main": "index.js", "scripts": { "start": "ts-node ./src/index.ts", "build": "tsc --build", "build:browser": "tsc --build && browserify -r ./dist/index.js:FinerioPfmSDK -o ./dist_browser/bundle.js", "clean": "tsc --build --clean", "test": "mocha --require mocha-steps --timeout 8000 -r ts-node/register test/*", "prettier": "prettier 'src/**/*.ts'", "prettier:fix": "prettier --write 'src/**/*.ts'", "eslint": "eslint 'src/**/*.ts'", "eslint:fix": "eslint --fix 'src/**/*.ts'", "precommit": "lint-staged", "prepare:husky": "husky install && husky add .husky/pre-commit \"npm run precommit\"" }, "keywords": [ "open-banking" ], "author": "Finerio Connect", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "browserify": "^17.0.0", "chai": "^4.3.6", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-no-loops": "^0.3.0", "eslint-plugin-prettier": "^4.2.1", "husky": "8.0.1", "lint-staged": "13.0.3", "mocha": "^9.2.1", "mocha-steps": "^1.3.0", "prettier": "^2.7.1", "ts-node": "^10.5.0", "typescript": "^4.5.5" }, "dependencies": { "axios": "^0.26.0" } }