{
  "name": "crypto-wallet-core",
  "version": "10.10.15",
  "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",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ts_build && tsc --version",
    "compile": "npm run clean && npm run build",
    "precommit": "npm run fix",
    "lint": "tslint -c ../../tslint.json 'src/**/*.ts'",
    "fix": "tslint --fix -c ../../tslint.json 'src/**/*.ts'",
    "test": "npm run compile && mocha -r tsx test/*.ts",
    "pub": "npm run compile && npm publish"
  },
  "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",
    "bitcore-lib": "^10.10.7",
    "bitcore-lib-cash": "^10.10.5",
    "bitcore-lib-doge": "^10.10.5",
    "bitcore-lib-ltc": "^10.10.5",
    "ed25519-hd-key": "^1.3.0",
    "ethers": "6.13.5",
    "info": "0.0.6-beta.0",
    "web3": "1.4.0",
    "xrpl": "2.13.0"
  },
  "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": "a80088dc669997f84b4b87ac6f3c8d2c24f42591"
}
