{
  "name": "@pangolindex/exchange-contracts",
  "devDependencies": {
    "@eth-optimism/smock": "^1.1.9",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^8.2.3",
    "@types/node": "^16.3.1",
    "chai": "^4.3.4",
    "ethereum-waffle": "^3.4.0",
    "ethereumjs-tx": "^2.1.2",
    "ethereumjs-util": "^7.0.10",
    "ethers": "^5.3.1",
    "hardhat": "^2.4.1",
    "hardhat-abi-exporter": "^2.2.1",
    "hardhat-contract-sizer": "^2.0.3",
    "hardhat-gas-reporter": "^1.0.4",
    "mocha": "^7.2.0",
    "ts-node": "^10.1.0",
    "tsconfig-paths": "^3.10.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "hardhat-tracer": "^1.0.0-alpha.5"
  },
  "version": "1.0.2",
  "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": {
    "precompile": "rimraf ./build/",
    "compile": "npx hardhat compile",
    "pretest": "yarn compile",
    "test": "npx hardhat test",
    "test-node": "npx hardhat node --network hardhat",
    "test-local": "npx hardhat --network localhost test",
    "lint": "prettier ./test/**/*.ts --check",
    "prepublishOnly": "yarn test"
  },
  "bugs": {
    "url": "https://github.com/pangolindex/exchange-contracts/issues"
  },
  "homepage": "https://pangolin.exchange"
}
