UNPKG

@bcpros/crypto-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

49 lines 1.49 kB
{ "name": "@bcpros/crypto-wallet-core", "version": "9.0.8", "description": "A multi-currency support library for address derivation, private key creation, and transaction creation", "main": "./ts_build/src/index.js", "types": "./ts_build/src/index.d.ts", "keywords": [ "multi-currency", "addresses", "and", "transactions" ], "author": "Micah Riggan", "license": "MIT", "dependencies": { "ethers": "^5.7.0", "info": "0.0.6-beta.0", "web3": "1.7.1", "web3-utils": "^4.3.3", "xrpl": "2.13.0", "@bcpros/bitcore-lib": "9.0.8", "@bcpros/bitcore-lib-cash": "9.0.8", "@bcpros/bitcore-lib-doge": "9.0.8", "@bcpros/bitcore-lib-xec": "9.0.8", "@bcpros/bitcore-lib-ltc": "9.0.8", "@bcpros/bitcore-lib-xpi": "9.0.8" }, "devDependencies": { "@types/chai": "4.1.7", "@types/mocha": "5.2.6", "@types/node": "^14.10.0", "chai": "4.2.0", "mocha": "6.1.4", "ts-node": "8.1.0", "tslint": "5.14.0", "typescript": "4.9.4" }, "gitHead": "169e28b0b13c25c386faccf38a2fdc4e1275a5db", "scripts": { "build": "tsc", "clean": "rm -rf ts_build && tsc --version", "compile": "pnpm run clean && pnpm run build", "precommit": "pnpm run fix", "lint": "tslint -c ../../tslint.json 'src/**/*.ts'", "fix": "tslint --fix -c ../../tslint.json 'src/**/*.ts'", "test": "pnpm run compile && mocha -r ts-node/register test/*.ts", "pub": "pnpm run compile && npm publish" } }