UNPKG

transact-payments

Version:

Node module to do payments using transact.io

48 lines (47 loc) 1.04 kB
{ "name": "transact-payments", "version": "1.5.0", "description": "Node module to do payments using transact.io", "keywords": [ "transact", "payment", "debit-card", "micropayment", "micropayments", "node" ], "main": "dist/index.js", "scripts": { "tslint": "tslint lib/**/*.ts *.ts", "tslint-fix": "tslint --fix lib/**/*.ts *.ts", "test": "mocha test/", "build": "tsc" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/transact/node-transact.git" }, "devDependencies": { "@types/node": "^9.4.6", "tslint": "^5.9.1", "typescript": "^4.4.3", "mocha": "~10.2.0" }, "dependencies": { "jsonwebtoken": "~9.0.0" }, "author": { "name": "xsact, inc.", "email": "support@transact.io" }, "contributors": [ { "name": "Alvaro Aguilar Molina" } ], "license": "Apache-2.0", "bugs": { "url": "https://gitlab.com/transact/node-transact/issues" }, "homepage": "https://gitlab.com/transact/node-transact" }