{
  "name": "tr",
  "version": "2.0.0",
  "description": "Crypto Wallet with editable frontend",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "build": "node build-and-deploy.js",
    "dev:frontend": "cd frontend && npm run dev",
    "dev:backend": "node server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "crypto",
    "wallet",
    "react",
    "express"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@emurgo/cardano-serialization-lib-nodejs": "^15.0.1",
    "@mysten/sui": "^1.44.0",
    "@mysten/sui.js": "^0.54.1",
    "@noble/curves": "^2.0.1",
    "@scure/bip32": "^2.0.1",
    "@scure/bip39": "^2.0.1",
    "@solana/web3.js": "^1.98.4",
    "@ton/crypto": "^3.3.0",
    "@ton/ton": "^16.0.0",
    "@trustwallet/wallet-core": "^4.4.1",
    "bech32": "^2.0.0",
    "better-sqlite3": "^12.4.1",
    "bip39": "^3.1.0",
    "blake2b": "^2.1.4",
    "bs58": "^6.0.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "ed25519-hd-key": "^1.3.0",
    "ethers": "^5.8.0",
    "express": "^4.18.2",
    "express-rate-limit": "^8.1.0",
    "helmet": "^7.1.0",
    "tweetnacl": "^1.0.3",
    "telegraf": "^4.16.3",
    "winston": "^3.18.3",
    "winston-daily-rotate-file": "^5.0.0"
  }
}
