UNPKG

corepay

Version:

A unified, secure and painless self-hosted cryptocurrency payments processor.

63 lines (62 loc) 1.46 kB
{ "name": "corepay", "version": "0.2.0", "description": "A unified, secure and painless self-hosted cryptocurrency payments processor.", "main": "index.js", "scripts": { "bootstrap": "npm i", "install-cli": "npm link", "uninstall-cli": "npm unlink", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "corepayd": "./index.js", "corepay": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/dualsight/corepay.git" }, "contributors": [ { "name": "Redhart", "email": "redhart@dualsight.org" } ], "license": "MIT", "bugs": { "url": "https://github.com/dualsight/corepay/issues" }, "homepage": "https://github.com/dualsight/corepay#readme", "keywords": [ "corepay", "cryptocurrency", "payments", "bitcoin", "ethereum" ], "dependencies": { "async-waterfall": "^0.1.5", "bignumber.js": "^9.0.0", "bip32": "^2.0.4", "bip39": "^3.0.2", "bitcoin-core": "^2.2.0", "bitcoinjs-lib": "^5.1.6", "bitcore-lib": "^8.8.1", "chalk": "^2.4.2", "commander": "^2.20.0", "dotenv-flow": "^0.4.0", "esrever": "^0.2.0", "ethers": "^4.0.33", "express": "^4.17.1", "glob": "^7.1.4", "hdkey": "^1.1.1", "lokijs": "^1.5.7", "mkdirp": "^0.5.1", "niceware": "^1.0.7", "node-fetch": "^2.6.0", "pm2": "^3.5.1", "uniqid": "^5.0.3", "util": "^0.12.1" } }