{
  "name": "@particle-network/universal-account-sdk",
  "version": "3.0.1",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && rollup -c rollup.config.mjs",
    "prepublishOnly": "npm run build",
    "release": "git push --follow-tags && npm publish --registry https://registry.npmjs.org/",
    "release:beta": "git push --follow-tags && npm publish --tag beta --registry https://registry.npmjs.org/",
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "description": "Universal Account SDK provides a unified interface for interacted with universal account",
  "keywords": [
    "particle",
    "universal-account",
    "blockchain",
    "web3",
    "evm",
    "solana"
  ],
  "devDependencies": {
    "@ethersproject/bytes": "^5.8.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.14.0",
    "dotenv": "^16.0.1",
    "ethers": "^6.13.5",
    "javascript-obfuscator": "^4.1.1",
    "jest": "^29.7.0",
    "rimraf": "^5.0.5",
    "rollup": "^4.39.0",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-obfuscator": "^1.1.0",
    "rollup-plugin-typescript2": "^0.35.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.30.1",
    "@solana/web3.js": "^1.98.0",
    "axios": "^1.8.4",
    "borsh": "^2.0.0",
    "merkletreejs": "^0.5.1",
    "ts-enum-util": "^4.1.0",
    "uuid": "^11.1.0",
    "viem": "^2.24.3"
  }
}
