{
  "name": "@shibaswap/v2-sdk",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.0.5",
  "description": "⚒️ An SDK for building applications on top of Shibaswap V2",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/shibaone/shibaswap-v2-sdk",
  "keywords": [
    "uniswap",
    "ethereum",
    "shibaswap"
  ],
  "module": "dist/v3-sdk.esm.js",
  "scripts": {
    "build": "tsdx build",
    "start": "tsdx watch",
    "test": "tsdx test",
    "prepublishOnly": "tsdx build"
  },
  "dependencies": {
    "@ethersproject/abi": "^5.0.12",
    "@ethersproject/solidity": "^5.0.9",
    "@shibaswap/sdk-core": "^1.0.3",
    "@uniswap/swap-router-contracts": "^1.2.1",
    "@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",
    "tsdx": "^0.14.1"
  },
  "engines": {
    "node": ">=10"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  }
}
