{
  "name": "@tokamak-zk-evm/synthesizer",
  "version": "0.0.9",
  "description": "Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation",
  "keywords": [
    "ethereum",
    "zk-EVM",
    "zero-knowledge",
    "zk-SNARK",
    "tokamak",
    "layer2",
    "tokamak-network"
  ],
  "homepage": "https://github.com/tokamak-network/tokamak-zk-evm/tree/main/packages/frontend/synthesizer#readme",
  "bugs": {
    "url": "https://github.com/tokamak-network/tokamak-zk-evm/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tokamak-network/tokamak-zk-evm.git"
  },
  "license": "MPL-2.0",
  "author": "Tokamak Network",
  "contributors": [
    "Jake Jang <jake@tokamak.network>",
    "Ale Son <ale@tokamak.network>"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "../../../config/monorepo-js/cli/ts-build.sh",
    "clean": "../../../config/monorepo-js//cli/clean-package.sh",
    "coverage": "DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov",
    "coverage:test": "npm run test:node && cd ../vm && npm run tester -- --state",
    "docs:build": "typedoc --options typedoc.cjs",
    "examples": "tsx ../../scripts/examples-runner.ts -- evm",
    "examples:build": "npx embedme README.md",
    "formatTest": "node ./scripts/formatTest",
    "lint": "../../../config/monorepo-js//cli/lint.sh",
    "lint:diff": "../../../config/monorepo-js//cli/lint-diff.sh",
    "lint:fix": "../../../config/monorepo-js//cli/lint-fix.sh",
    "profiling": "0x ./benchmarks/run.js profiling",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "npx vitest run --config=./vitest.config.browser.mts",
    "test:node": "npx vitest run",
    "test:tokamak": "npx vitest run test/tokamak",
    "test:synthesizer": "npx vitest run test/**",
    "tsc": "../../../config/monorepo-js//cli/ts-compile.sh",
    "visualize:bundle": "npx vite build --config=./vite.config.bundler.ts --emptyOutDir=false --outDir ."
  },
  "dependencies": {
    "@ethereumjs/util": "^9.1.0",
    "@js-sdsl/ordered-map": "^4.4.2",
    "@synthesizer-libs/common": "^0.0.2",
    "@synthesizer-libs/mpt": "^0.0.3",
    "@synthesizer-libs/statemanager": "^0.0.4",
    "@synthesizer-libs/util": "^0.0.3",
    "@synthesizer-libs/verkle": "^0.0.2",
    "@types/debug": "^4.1.9",
    "@vitest/coverage-v8": "^2.1.8",
    "app-root-path": "^3.1.0",
    "debug": "^4.3.3",
    "ethereum-cryptography": "^3.0.0",
    "ethers": "^6.13.5",
    "eventemitter3": "^5.0.1",
    "verkle-cryptography-wasm": "^0.4.8",
    "vitest": "^2.1.8"
  },
  "devDependencies": {
    "@paulmillr/trusted-setups": "^0.1.2",
    "@types/benchmark": "^1.0.33",
    "@types/core-js": "^2.5.0",
    "@types/minimist": "^1.2.2",
    "@types/node-dir": "^0.0.34",
    "@types/rollup-plugin-visualizer": "^4.2.4",
    "benchmark": "^2.1.4",
    "level": "^8.0.0",
    "mcl-wasm": "^1.5.0",
    "memory-level": "^1.0.0",
    "micro-eth-signer": "^0.11.0",
    "minimist": "^1.2.5",
    "node-dir": "^0.1.17",
    "prettier": "^3.5.3",
    "rollup-plugin-visualizer": "^5.12.0",
    "rustbn-wasm": "^0.4.0",
    "solc": "^0.8.1",
    "split": "^1.0.1",
    "typescript": "^4.7.2"
  },
  "engines": {
    "node": ">=18"
  },
  "resolutions": {
    "@synthesizer-libs/util": "0.0.3"
  }
}
