UNPKG

@atomixdesign/nodepay-ezidebit

Version:

Nodepay strategy for the Ezidebit payment gateway.

78 lines (77 loc) 2.13 kB
{ "name": "@atomixdesign/nodepay-ezidebit", "version": "0.12.0", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", "description": "Nodepay strategy for the Ezidebit payment gateway.", "keywords": [ "nodepay", "ezidebit", "payment", "gateway", "credit card", "direct debit", "payroll", "subscription", "typescript" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=12" }, "author": { "name": "Atomix", "url": "https://www.atomix.com.au" }, "contributors": [ { "name": "Jack Hillman" }, { "name": "Mauro Colella", "url": "https://mauro-colella.com" } ], "bugs": { "url": "https://github.com/atomixdesign/nodepay/issues" }, "homepage": "https://github.com/atomixdesign/nodepay", "scripts": { "build": "tsc --p ./tsconfig.build.json", "start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts", "test": "jest --coverage", "test:watch": "test --watch", "lint": "eslint ./src --fix", "build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-ezidebit/", "version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s", "version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s", "version:major": "npm version major --git-tag-version -m '🔖 v%s' -s" }, "devDependencies": { "@types/jest": "^26.0.20", "@types/node": "^14.14.22", "@typescript-eslint/eslint-plugin": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", "dotenv": "^8.2.0", "jest": "^26.6.3", "ts-jest": "^26.5.0", "ts-node": "^9.1.1", "ts-node-dev": "^1.1.1", "typedoc": "^0.20.20", "typescript": "^4.1.3" }, "dependencies": { "@atomixdesign/nodepay-core": "^0.12.0", "@types/debug": "^4.1.5", "class-validator": "^0.13.1", "debug": "^4.3.1", "moment": "^2.29.1", "soap": "^0.37", "ts-custom-error": "^3.2.0", "typedi": "^0.10.0" }, "gitHead": "dd22a98716040b36f13da7452b7fa2241cac42c8" }