{
  "name": "@thirdweb-dev/unity-js-bridge",
  "version": "0.6.48",
  "main": "dist/thirdweb-unity-bridge.js",
  "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/unity-js-bridge",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/thirdweb-dev/js/issues"
  },
  "author": "thirdweb eng <eng@thirdweb.com>",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@thirdweb-dev/auth": "4.1.97",
    "@thirdweb-dev/chains": "0.1.120",
    "@thirdweb-dev/pay": "0.1.8",
    "@thirdweb-dev/sdk": "4.0.99",
    "@thirdweb-dev/storage": "2.0.15",
    "@thirdweb-dev/wallets": "2.5.39",
    "detect-browser": "^5.3.0",
    "ethers": "^5.7.2"
  },
  "devDependencies": {
    "@thirdweb-dev/tsconfig": "^0.1.7",
    "esbuild": "0.20.2",
    "node-stdlib-browser": "^1.2.0",
    "typescript": "5.4.4"
  },
  "sideEffects": false,
  "scripts": {
    "format": "biome format --write 'src/**/*'",
    "lint": "biome check src/",
    "fix": "biome check src/ --apply",
    "clean": "rm -rf dist/",
    "build": "pnpm clean && tsc && node scripts/build.js",
    "push": "yalc push"
  }
}