UNPKG

finerio-pfm-unnax

Version:

This SDK lets you connect to [Finerio PFM API Unnax](http://ec2-3-16-174-50.us-east-2.compute.amazonaws.com:8082/swagger-ui/index.html#/) in an easier way.

40 lines (39 loc) 1.03 kB
{ "name": "finerio-pfm-unnax", "version": "2.0.9", "description": "", "main": "index.js", "scripts": { "start": "ts-node ./src/index.ts", "build": "tsc --build && browserify -r ./dist/index.js:FinerioPfmSDK -o ./dist/browser/index.js", "clean": "tsc --build --clean", "test": "mocha -r ts-node/register test/*" }, "keywords": [ "open-banking" ], "author": "Finerio Connect", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", "@types/node": "^17.0.23", "browserify": "^17.0.0", "chai": "^4.3.6", "mocha": "^9.2.1", "ts-node": "^10.5.0", "typescript": "^4.5.5" }, "dependencies": { "axios": "^0.26.0", "dotenv": "^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/Finerio-Connect/finerio-pfm-unnax.git" }, "bugs": { "url": "https://github.com/Finerio-Connect/finerio-pfm-unnax/issues" }, "homepage": "https://github.com/Finerio-Connect/finerio-pfm-unnax#readme" }