UNPKG

pnz-apicentre-sandbox-sdk

Version:

The sandbox, powered by Middleware New Zealand, is a dedicated environment that mimics an API Provider, as defined in the [Payments NZ API Centre standards](https://paymentsnz.atlassian.net/wiki/spaces/PaymentsNZAPIStandards/overview). This SDK is generat

54 lines (53 loc) 1.71 kB
{ "version": "2.3.1", "license": "MIT", "sideEffects": false, "main": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/account-information-pnz-api-centrelib.esm.js", "files": [ "dist", "src" ], "engines": { "node": ">=10.4.0" }, "scripts": { "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint src", "prepare": "tsdx build" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "pnz-apicentre-sandbox-sdk", "description": "The sandbox, powered by Middleware New Zealand, is a dedicated environment that mimics an API Provider, as defined in the [Payments NZ API Centre standards](https://paymentsnz.atlassian.net/wiki/spaces/PaymentsNZAPIStandards/overview). This SDK is generated using [APIMatic](https://www.apimatic.io) to enable developers to quickly get up-and-running with the Middleware Sandbox. It contains helper methods for Auth via OIDC and OAuth2 as well as for Initiating Payments. For a more complete SDK reach out at info@apimatic.io", "author": { "name": "APIMATIC Ltd" }, "homepage": "https://www.apimatic.io", "keywords": ["SDK", "Fintech", "Openbanking"], "devDependencies": { "@types/request": "^2.48.8", "@types/uuid": "^9.0.1", "stream-equal": "^2.0.1", "tsdx": "^0.14.1", "tslib": "^2.1.0", "typescript": "^3.9.7" }, "dependencies": { "@apimatic/core": "^0.7.9", "@apimatic/schema": "^0.6.0", "@types/jsonwebtoken": "^9.0.1", "jsonwebtoken": "^9.0.0", "request": "^2.88.2", "uuid": "^9.0.0" }, "bugs": { "email": "support@apimatic.io" } }