{
  "name": "@aztec/stdlib",
  "version": "4.3.1",
  "type": "module",
  "inherits": [
    "../package.common.json",
    "./package.local.json"
  ],
  "exports": {
    "./deserialization": "./dest/deserialization/index.js",
    "./aztec-address": "./dest/aztec-address/index.js",
    "./abi": "./dest/abi/index.js",
    "./abi/function-selector": "./dest/abi/function_selector.js",
    "./hash": "./dest/hash/index.js",
    "./keys": "./dest/keys/index.js",
    "./testing": "./dest/tests/index.js",
    "./testing/fixtures": "./dest/tests/fixtures.js",
    "./utils": "./dest/utils/index.js",
    "./types": "./dest/types/index.js",
    "./contract": "./dest/contract/index.js",
    "./simulation": "./dest/simulator/index.js",
    "./rollup": "./dest/rollup/index.js",
    "./kernel": "./dest/kernel/index.js",
    "./trees": "./dest/trees/index.js",
    "./logs": "./dest/logs/index.js",
    "./logs/log-id": "./dest/logs/log_id.js",
    "./avm": "./dest/avm/index.js",
    "./schemas": "./dest/schemas/index.js",
    "./noir": "./dest/noir/index.js",
    "./delayed-public-mutable": "./dest/delayed_public_mutable/index.js",
    "./parity": "./dest/parity/index.js",
    "./vks": "./dest/vks/index.js",
    "./proofs": "./dest/proofs/index.js",
    "./messaging": "./dest/messaging/index.js",
    "./gas": "./dest/gas/index.js",
    "./tx": "./dest/tx/index.js",
    "./tx/tx-hash": "./dest/tx/tx_hash.js",
    "./fees": "./dest/fees/index.js",
    "./note": "./dest/note/index.js",
    "./p2p": "./dest/p2p/index.js",
    "./errors": "./dest/errors/index.js",
    "./stats": "./dest/stats/index.js",
    "./auth-witness": "./dest/auth_witness/index.js",
    "./block": "./dest/block/index.js",
    "./block/test": "./dest/block/test/index.js",
    "./checkpoint": "./dest/checkpoint/index.js",
    "./versioning": "./dest/versioning/index.js",
    "./interfaces/client": "./dest/interfaces/client.js",
    "./interfaces/server": "./dest/interfaces/server.js",
    "./interfaces/prover-config": "./dest/interfaces/prover-client.js",
    "./interfaces/api-limit": "./dest/interfaces/api_limit.js",
    "./epoch-helpers": "./dest/epoch-helpers/index.js",
    "./config": "./dest/config/index.js",
    "./testing/jest": "./dest/tests/jest.js",
    "./database-version/version": "./dest/database-version/database_version.js",
    "./database-version/manager": "./dest/database-version/version_manager.js",
    "./validators": "./dest/validators/index.js",
    "./file-store": "./dest/file-store/index.js",
    "./snapshots": "./dest/snapshots/index.js",
    "./update-checker": "./dest/update-checker/index.js",
    "./zkpassport": "./dest/zkpassport/index.js",
    "./slashing": "./dest/slashing/index.js",
    "./l1-contracts": "./dest/l1-contracts/index.js",
    "./world-state": "./dest/world-state/index.js",
    "./timetable": "./dest/timetable/index.js"
  },
  "typedocOptions": {
    "entryPoints": [
      "./src/abi/index.ts",
      "./src/aztec-address/index.ts",
      "./src/block/index.ts",
      "./src/contract/index.ts",
      "./src/gas/index.ts",
      "./src/hash/index.ts",
      "./src/keys/index.ts",
      "./src/logs/index.ts",
      "./src/note/index.ts",
      "./src/proofs/index.ts",
      "./src/tx/index.ts"
    ],
    "name": "stdlib",
    "tsconfig": "./tsconfig.json"
  },
  "scripts": {
    "build": "yarn clean && yarn generate && ../scripts/tsc.sh",
    "generate": "./scripts/copy-contracts.sh",
    "build:dev": "../scripts/tsc.sh --watch",
    "clean": "rm -rf ./dest .tsbuildinfo",
    "test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.892.0",
    "@aztec/bb.js": "4.3.1",
    "@aztec/blob-lib": "4.3.1",
    "@aztec/constants": "4.3.1",
    "@aztec/ethereum": "4.3.1",
    "@aztec/foundation": "4.3.1",
    "@aztec/l1-artifacts": "4.3.1",
    "@aztec/noir-noirc_abi": "4.3.1",
    "@aztec/validator-ha-signer": "4.3.1",
    "@google-cloud/storage": "^7.15.0",
    "axios": "^1.13.5",
    "json-stringify-deterministic": "1.0.12",
    "lodash.chunk": "^4.2.0",
    "lodash.isequal": "^4.5.0",
    "lodash.omit": "^4.5.0",
    "lodash.times": "^4.3.2",
    "msgpackr": "^1.11.2",
    "pako": "^2.1.0",
    "tslib": "^2.4.0",
    "viem": "npm:@aztec/viem@2.38.2",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@jest/expect": "^30.0.0",
    "@jest/globals": "^30.0.0",
    "@libp2p/interface": "1.3.1",
    "@types/jest": "^30.0.0",
    "@types/lodash.chunk": "^4.2.9",
    "@types/lodash.isequal": "^4.5.8",
    "@types/lodash.omit": "^4.5.7",
    "@types/lodash.times": "^4.3.9",
    "@types/node": "^22.15.17",
    "@types/pako": "^2.0.3",
    "@typescript/native-preview": "7.0.0-dev.20260113.1",
    "eslint": "^9.26.0",
    "jest": "^30.0.0",
    "jest-mock-extended": "^4.0.0",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.3",
    "vitest": "^4.0.0"
  },
  "files": [
    "dest",
    "src",
    "!*.test.*",
    "!src/scripts/*"
  ],
  "types": "./dest/index.d.ts",
  "engines": {
    "node": ">=20.10"
  },
  "jest": {
    "extensionsToTreatAsEsm": [
      ".ts"
    ],
    "transform": {
      "^.+\\.tsx?$": [
        "@swc/jest",
        {
          "jsc": {
            "parser": {
              "syntax": "typescript",
              "decorators": true
            },
            "transform": {
              "decoratorVersion": "2022-03"
            }
          }
        }
      ]
    },
    "moduleNameMapper": {
      "^(\\.{1,2}/.*)\\.[cm]?js$": "$1"
    },
    "testRegex": "./src/.*\\.test\\.(js|mjs|ts)$",
    "rootDir": "./src",
    "reporters": [
      "default"
    ],
    "testTimeout": 120000,
    "setupFiles": [
      "../../foundation/src/jest/setup.mjs"
    ],
    "testEnvironment": "../../foundation/src/jest/env.mjs",
    "setupFilesAfterEnv": [
      "../../foundation/src/jest/setupAfterEnv.mjs"
    ]
  }
}
