{
  "name": "@pangolindex/exchange-contracts",
  "devDependencies": {
    "@boringcrypto/boring-solidity": "boringcrypto/BoringSolidity#e06e943",
    "@defi-wonderland/smock": "^2.0.7",
    "@ethersproject/providers": "^5.7.2",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^2.1.8",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@openzeppelin/contracts": "^4.3.2",
    "@typechain/ethers-v5": "^4.0.0",
    "@types/chai": "^4.2.6",
    "@types/mocha": "^5.2.7",
    "chai": "^4.2.0",
    "decimal.js": "^10.2.1",
    "ethereum-waffle": "^3.2.1",
    "ethereumjs-tx": "^2.1.2",
    "ethereumjs-util": "^6.2.0",
    "ethers": "^5.0.24",
    "hardhat": "^2.2.0",
    "hardhat-contract-sizer": "^2.8.0",
    "hardhat-typechain": "^0.3.5",
    "hardhat-watcher": "^2.1.1",
    "is-svg": "^4.3.1",
    "mocha": "^6.2.2",
    "mocha-chai-jest-snapshot": "^1.1.0",
    "openzeppelin-contracts-legacy": "yarn:@openzeppelin/contracts@3.3.0",
    "openzeppelin-contracts-solc-0.7": "yarn:@openzeppelin/contracts@3.4.2-solc-0.7",
    "rimraf": "^3.0.0",
    "solc": "0.5.16",
    "ts-generator": "^0.1.1",
    "ts-node": "^10.7.0",
    "typechain": "^4.0.0",
    "typescript": "^4.6.3"
  },
  "version": "2.1.9",
  "description": "Contracts for the Pangolin Dex.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/pangolindex/exchange-contracts.git"
  },
  "author": "Connor Daly <connor.daly@avalabs.org>",
  "license": "MIT",
  "scripts": {
    "compile": "npx hardhat compile",
    "waffleCompile": "waffle .waffle.json",
    "deploy": "npx hardhat run scripts/deploy-mainnet.js",
    "test": "npx hardhat test",
    "verify": "npx hardhat run scripts/verify.js",
    "lint": "prettier ./test/**/*.ts --check",
    "prepublishOnly": "npm run compile"
  },
  "bugs": {
    "url": "https://github.com/pangolindex/exchange-contracts/issues"
  },
  "homepage": "https://pangolin.exchange",
  "dependencies": {
    "@gnosis.pm/safe-core-sdk": "^1.3.0",
    "@nomiclabs/hardhat-etherscan": "^3.1.4",
    "@pangolindex/sdk": "4.3.0",
    "@rari-capital/solmate": "^6.4.0",
    "base64-sol": "^1.1.0",
    "chance": "^1.1.8",
    "dotenv": "^14.2.0"
  },
  "resolutions": {
    "@pangolindex/exchange-contracts": "^2.1.4"
  }
}
