UNPKG

@atomixdesign/nodepay-core

Version:
76 lines (75 loc) 1.99 kB
{ "name": "@atomixdesign/nodepay-core", "version": "0.12.0", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", "description": "Nodepay core module.", "keywords": [ "nodepay", "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 -b", "start": "ts-node-dev --project tsconfig.json --respawn src/index.ts", "test": "jest --coverage", "test:watch": "test --watch", "lint": "eslint ./src --fix", "build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.json --publicPath nodepay-core/", "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", "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": { "@types/debug": "^4.1.5", "@types/xml2js": "^0.4.8", "axios": "^0.21.1", "debug": "^4.3.1", "reflect-metadata": "^0.1.13", "soap": "^0.37", "typedi": "^0.10.0", "xml2js": "^0.4.23" }, "gitHead": "dd22a98716040b36f13da7452b7fa2241cac42c8" }