{
  "name": "lvswap_goerli",
  "license": "MIT",
  "version": "0.0.5-alpha.0",
  "description": "This is for testing LiberVanceSwap contracst on the Goerli test network.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/cryptoecc/lvswap-sdk.git",
  "keywords": [
    "uniswap",
    "ethereum"
  ],
  "module": "dist/v2-sdk.esm.js",
  "scripts": {
    "lint": "tsdx lint src test",
    "build": "tsdx build",
    "start": "tsdx watch",
    "test": "tsdx test",
    "prepublishOnly": "tsdx build"
  },
  "dependencies": {
    "@ethersproject/address": "^5.0.0",
    "@ethersproject/solidity": "^5.0.0",
    "@uniswap/sdk-core": "^3.0.1",
    "tiny-invariant": "^1.1.0",
    "tiny-warning": "^1.0.3"
  },
  "devDependencies": {
    "@types/big.js": "^4.0.5",
    "@types/jest": "^24.0.25",
    "@uniswap/v2-core": "^1.0.1",
    "tsdx": "^0.14.1"
  },
  "engines": {
    "node": ">=10"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  },
  "author": "haeung9 <haeung@gist.ac.kr>"
}
