{
  "name": "@deliquifiedlabs/v3-sdk",
  "version": "4.1.4",
  "description": "⚒️ An SDK for building applications on top of Zia V3",
  "repository": "https://github.com/Deliquified/sdks.git",
  "keywords": [
    "zia",
    "lukso"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/v3-sdk.esm.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "tsdx build",
    "lint": "tsdx lint src",
    "release": "semantic-release",
    "start": "tsdx watch",
    "test": "tsdx test"
  },
  "dependencies": {
    "@ethersproject/abi": "^5.5.0",
    "@ethersproject/solidity": "^5.0.9",
    "@deliquifiedlabs/sdk-core": "^4.2.1",
    "@uniswap/swap-router-contracts": "^1.3.0",
    "@uniswap/v3-periphery": "^1.1.1",
    "@uniswap/v3-staker": "1.0.0",
    "tiny-invariant": "^1.1.0",
    "tiny-warning": "^1.0.3"
  },
  "devDependencies": {
    "@types/jest": "^24.0.25",
    "@uniswap/v3-core": "1.0.0",
    "babel-jest": "25.5.1",
    "tsdx": "^0.14.1"
  },
  "resolutions": {
    "regenerator-runtime": "^0.14.1"
  },
  "resolutionsComments": {
    "regenerator-runtime": "Fixes https://github.com/facebook/regenerator/pull/480. It can be removed when `tsdx` updates their dependencies."
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "extends": "semantic-release-monorepo",
    "branches": [
      {
        "name": "main",
        "prerelease": false
      }
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "angular",
          "releaseRules": "../../publishing/release-rules.cjs"
        }
      ],
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/exec",
        {
          "successCmd": "git restore yarn.lock && yarn",
          "failCmd": "git restore yarn.lock && yarn",
          "execCwd": "../.."
        }
      ]
    ]
  }
}
