{
  "name": "@jp4g/aztec-pxe",
  "version": "4.0.0-devnet.2-patch.3-fork.0",
  "type": "module",
  "exports": {
    "./server": "./dest/entrypoints/server/index.js",
    "./client/lazy": "./dest/entrypoints/client/lazy/index.js",
    "./client/bundle": "./dest/entrypoints/client/bundle/index.js",
    "./simulator": "./dest/contract_function_simulator/index.js",
    "./config": "./dest/config/index.js"
  },
  "dependencies": {
    "@aztec/bb-prover": "4.0.0-devnet.2-patch.3",
    "@aztec/bb.js": "4.0.0-devnet.2-patch.3",
    "@aztec/builder": "4.0.0-devnet.2-patch.3",
    "@aztec/constants": "4.0.0-devnet.2-patch.3",
    "@aztec/ethereum": "4.0.0-devnet.2-patch.3",
    "@aztec/foundation": "4.0.0-devnet.2-patch.3",
    "@aztec/key-store": "4.0.0-devnet.2-patch.3",
    "@aztec/kv-store": "4.0.0-devnet.2-patch.3",
    "@aztec/noir-protocol-circuits-types": "4.0.0-devnet.2-patch.3",
    "@aztec/noir-types": "4.0.0-devnet.2-patch.3",
    "@aztec/protocol-contracts": "4.0.0-devnet.2-patch.3",
    "@aztec/simulator": "4.0.0-devnet.2-patch.3",
    "@aztec/stdlib": "4.0.0-devnet.2-patch.3",
    "koa": "^2.16.1",
    "koa-router": "^13.1.1",
    "lodash.omit": "^4.5.0",
    "sha3": "^2.1.4",
    "tslib": "^2.4.0",
    "viem": "npm:@aztec/viem@2.38.2"
  },
  "files": [
    "dest",
    "src",
    "!*.test.*"
  ],
  "types": "./dest/index.d.ts",
  "engines": {
    "node": ">=20.10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
