{
  "name": "@eth-inura/sdk",
  "version": "0.1.0",
  "description": "[Inura] Tools for working with Inura",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*",
    "src/*"
  ],
  "scripts": {
    "all": "pnpm clean && pnpm build && pnpm test && pnpm lint:fix && pnpm lint",
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
    "preinstall": "npx only-allow pnpm",
    "lint": "pnpm lint:fix && pnpm lint:check",
    "lint:check": "eslint . --max-warnings=0",
    "lint:fix": "pnpm lint:check --fix",
    "pre-commit": "lint-staged",
    "test": "hardhat test",
    "test:next": "vitest",
    "test:next:run": "vitest run",
    "test:coverage": "nyc hardhat test && nyc merge .nyc_output coverage.json",
    "autogen:docs": "typedoc --out docs src/index.ts"
  },
  "keywords": [
    "inura",
    "ethereum",
    "sdk"
  ],
  "homepage": "https://github.com/inuraorg/inura/tree/master/packages/sdk#readme",
  "license": "MIT",
  "author": "Inura",
  "repository": {
    "type": "git",
    "url": "https://github.com/inuraorg/inura.git"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/abstract-signer": "^5.7.0",
    "@ethersproject/transactions": "^5.7.0",
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@types/chai": "^4.3.10",
    "@types/chai-as-promised": "^7.1.8",
    "@types/mocha": "^10.0.4",
    "@types/node": "^20.9.0",
    "chai-as-promised": "^7.1.1",
    "ethereum-waffle": "^4.0.10",
    "ethers": "^5.7.2",
    "hardhat": "^2.19.0",
    "hardhat-deploy": "^0.11.43",
    "isomorphic-fetch": "^3.0.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.25.3",
    "typescript": "^5.2.2",
    "viem": "^1.19.1",
    "vitest": "^0.34.2",
    "zod": "^3.22.4"
  },
  "dependencies": {
    "@eth-optimism/contracts": "0.6.0",
    "@eth-inura/contracts-bedrock": "0.1.0",
    "@eth-inura/core-utils": "0.1.0",
    "lodash": "^4.17.21",
    "merkletreejs": "^0.3.11",
    "rlp": "^2.2.7"
  },
  "peerDependencies": {
    "ethers": "^5"
  }
}
