UNPKG

@bcpros/crypto-wallet-core

Version:

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

54 lines 1.67 kB
{ "name": "@bcpros/crypto-wallet-core", "version": "9.0.9", "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": { "@solana-program/compute-budget": "^0.7.0", "@solana-program/memo": "^0.7.0", "@solana-program/system": "^0.7.0", "@solana-program/token": "^0.5.1", "@solana/kit": "^2.1.0", "ed25519-hd-key": "^1.3.0", "ethers": "6.13.5", "info": "0.0.6-beta.0", "web3": "1.4.0", "xrpl": "2.13.0", "@bcpros/bitcore-lib": "9.0.9", "@bcpros/bitcore-lib-cash": "9.0.9", "@bcpros/bitcore-lib-xec": "9.0.9", "@bcpros/bitcore-lib-ltc": "9.0.9", "@bcpros/bitcore-lib-doge": "9.0.9", "@bcpros/bitcore-lib-xpi": "9.0.9" }, "devDependencies": { "@types/chai": "5.0.1", "@types/mocha": "10.0.10", "@types/node": "22.13.1", "chai": "5.1.2", "mocha": "11.1.0", "tslint": "5.14.0", "tsx": "4.19.2", "typescript": "5.7.3" }, "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 tsx test/*.ts", "pub": "pnpm run compile && npm publish" } }