{
  "name": "@particle-network/wallet-core",
  "version": "0.1.15",
  "files": [
    "lib",
    "LICENSE"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "license": "Apache-2.0",
  "keywords": [
    "particle-network",
    "wallet-core",
    "wallet",
    "multi-wallet",
    "Ethereum",
    "Chain",
    "Solana"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@download/blockies": "^1.0.3",
    "@project-serum/anchor": "^0.24.2",
    "@solana/web3.js": "^1.54.1",
    "@types/md5": "^2.3.2",
    "axios": "^0.27.2",
    "bignumber.js": "^9.1.0",
    "crypto-js": "^4.1.1",
    "dayjs": "^1.11.5",
    "dexie": "^3.2.2",
    "ethereumjs-util": "^7.1.5",
    "ethjs-unit": "^0.1.6",
    "md5": "^2.3.0",
    "mockjs": "^1.1.0",
    "numbro": "^2.3.6",
    "uuid": "^8.3.2",
    "web3": "^1.7.5",
    "web3-core": "^1.7.5"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.1.1",
    "@types/uuid": "^8.3.4"
  },
  "scripts": {
    "clean": "shx rm -rf lib/*",
    "build": "yarn clean && tsc -p tsconfig.json"
  },
  "gitHead": "c3f564fa0d6a808737ac2761d8d221a9f54e562e"
}
