{
  "name": "@lifi/tenderlysim",
  "version": "0.0.67",
  "description": "Helpers to simulate lifi quotes",
  "author": {
    "name": "LI.FI",
    "url": "https://li.fi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lifinance/tenderly-sim"
  },
  "module": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "exports": {
    ".": "./build/src/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "build"
  ],
  "engines": {
    "node": ">=20"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@swc/jest": "^0.2.39",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.15.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-unused-imports": "^4.4.1",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "jest": "^30.3.0",
    "jest-junit": "^16.0.0",
    "jest-mock-extended": "^4.0.0",
    "madge": "^8.0.0",
    "prettier": "^3.8.2",
    "prettier-plugin-organize-imports": "^4.3.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.58.1"
  },
  "dependencies": {
    "@lifi/types": "18.4.0",
    "@types/memoizee": "^0.4.12",
    "axios": "^1.15.0",
    "ethers": "^6.16.0",
    "memoizee": "^0.4.17",
    "pino": "^10.3.1",
    "resolve-tspaths": "^0.8.23",
    "tsconfig-paths": "^4.2.0"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json && pnpm resolve-tspaths",
    "demo": "node -r ts-node/register src/demo.ts",
    "clean": "rm -rf ./build",
    "test": "jest",
    "test:unit": "pnpm test .unit.spec.ts",
    "test:int": "pnpm test .int.spec.ts",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "check:types": "tsc --noEmit --esModuleInterop",
    "check:circular-deps": "madge --circular $(find ./src -name '*.ts')",
    "release": "standard-version -a",
    "release:beta": "standard-version -a --prerelease beta --skip.changelog"
  }
}