UNPKG

@faast/ethereum-payments

Version:

Library to assist in processing ethereum payments, such as deriving addresses and sweeping funds

95 lines (94 loc) 2.93 kB
{ "name": "@faast/ethereum-payments", "version": "4.7.0", "description": "Library to assist in processing ethereum payments, such as deriving addresses and sweeping funds", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "browser": "dist/index.umd.js", "types": "dist/lib/index.d.ts", "esnext": "dist/lib/index.js", "repository": "https://github.com/go-faast/coin-payments/tree/master/packages/ethereum-payments", "homepage": "https://github.com/go-faast/coin-payments/tree/master/packages/ethereum-payments#readme", "bugs": { "url": "https://github.com/go-faast/coin-payments/issues" }, "keywords": [ "coin", "payments", "crypto", "ripple", "xrp", "faast", "bitaccess" ], "author": "Denys Zaliskyi <denys@bitaccess.co>", "license": "MIT", "files": [ "dist/", "src/" ], "engines": { "node": ">=12.0.0" }, "scripts": { "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "docs": "bin/docs.sh", "prebuild": "rimraf dist && rimraf docs", "build": "bin/build.sh", "start": "rollup -c rollup.config.ts -w", "test": "jest --runInBand --detectOpenHandles --bail", "report-coverage": "cat ./coverage/lcov.info | coveralls", "version": "npm run build", "sandbox": "bin/ts-node.sh test/sandbox.ts" }, "devDependencies": { "@faast/ts-config": "^1.3.2", "@types/elliptic": "^6.4.12", "@types/jest": "^26.0.5", "@types/lodash": "^4.14.144", "@types/node": "^14.0.24", "@types/node-fetch": "^2.5.0", "@types/promise-retry": "^1.1.3", "@types/request-promise-native": "^1.0.17", "coveralls": "^3.0.2", "ganache-core": "^2.13.2", "jest": "^26.5.3", "jest-circus": "^26.1.0", "jest-config": "^26.1.0", "lint-staged": "^8.0.0", "nock": "^11.7.1", "node-fetch": "^2.6.1", "prettier": "^1.14.3", "rimraf": "^2.6.2", "rollup": "^2.27.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^4.2.4", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript2": "^0.27.2", "ts-jest": "^26.5.5", "ts-node": "^8.10.2", "tsconfig-paths": "^3.9.0", "tslint": "^5.20.0", "typescript": "^4.2.4", "web3-core": "^1.3.6" }, "dependencies": { "@faast/payments-common": "^4.7.0", "@faast/ts-common": "^0.6.0", "bignumber.js": "^9.0.0", "bip32": "^2.0.5", "elliptic": "^6.5.4", "ethereum-input-data-decoder": "^0.3.0", "ethereumjs-tx": "^2.1.2", "ethereumjs-util": "^6.2.0", "io-ts": "^1.10.4", "lodash": "^4.17.21", "promise-retry": "^1.1.1", "request-promise-native": "^1.0.8", "web3": "^1.3.6", "web3-eth-contract": "^1.3.6" }, "gitHead": "12138580fff271485d28763d7391f62cb2d144d6" }