{
  "name": "wallet-api",
  "version": "1.0.0",
  "description": "Crypto wallet API supporting multiple blockchains",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js"
  },
  "dependencies": {
    "@solana/spl-token": "^0.4.13",
    "@solana/web3.js": "^1.73.3",
    "axios": "^1.6.2",
    "bip39": "^3.1.0",
    "bitcoin-address-validation": "^2.0.0",
    "bitcoinjs-lib": "^6.1.0",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "coinkey": "^3.0.0",
    "cors": "^2.8.5",
    "ecpair": "^2.1.0",
    "ed25519-hd-key": "^1.2.0",
    "ethereumjs-wallet": "^1.0.2",
    "ethers": "^6.7.1",
    "express": "^4.18.2",
    "hdkey": "^2.0.1",
    "moment": "^2.30.1",
    "tiny-secp256k1": "^2.2.1",
    "tronweb": "^4.3.0",
    "web3": "^4.0.3"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
