{
  "name": "@tattooswap/trident",
  "version": "0.0.16",
  "files": [
    "artifacts",
    "contracts",
    "deployments",
    "exports",
    "types"
  ],
  "scripts": {
    "build": "hardhat compile",
    "console": "hardhat console",
    "mainnet:deploy": "hardhat --network mainnet deploy",
    "mainnet:verify": "hardhat --network mainnet etherscan-verify --solc-input --license GPL-3.0 --force-license",
    "mainnet:export": "hardhat --network mainnet export",
    "polygon:deploy": "hardhat --network polygon deploy",
    "polygon:verify": "hardhat --network polygon etherscan-verify --solc-input --license GPL-3.0 --force-license",
    "polygon:export": "hardhat --network polygon export",
    "testnet:deploy": "yarn ropsten:deploy && yarn rinkeby:deploy && yarn goerli:deploy && yarn kovan:deploy && yarn moonbase:deploy && yarn arbitrum:deploy",
    "ropsten:deploy": "hardhat --network ropsten deploy",
    "ropsten:verify": "hardhat --network ropsten etherscan-verify --solc-input --license GPL-3.0 --force-license",
    "ropsten:export": "hardhat --network ropsten export --export exports/ropsten.json",
    "rinkeby:deploy": "hardhat --network rinkeby deploy",
    "rinkeby:verify": "hardhat --network rinkeby etherscan-verify --solc-input --license GPL-3.0 --force-license",
    "rinkeby:export": "hardhat --network rinkeby export --export exports/rinkeby.json",
    "goerli:deploy": "hardhat --network goerli deploy",
    "goerli:verify": "hardhat --network goerli etherscan-verify --solc-input --license GPL-3.0 --force-license",
    "goerli:export": "hardhat --network goerli export --export exports/goerli.json",
    "kovan:deploy": "hardhat --network kovan deploy",
    "kovan:export": "hardhat --network kovan export --export exports/kovan.json",
    "kovan:verify": "hardhat --network kovan etherscan-verify --solc-input --license GPL-3.0 --force-license",
    "moonbase:deploy": "hardhat --network moonbase deploy",
    "moonbase:export": "hardhat --network moonbase export --export exports/moonbase.json",
    "arbitrum:deploy": "hardhat --network arbitrum deploy",
    "arbitrum:export": "hardhat --network arbitrum export --export exports/arbitrum.json",
    "test": "cross-env TS_NODE_TRANSPILE_ONLY=1 hardhat test",
    "test-debug": "mocha --inspect-brk ",
    "test:trace": "yarn test --logs",
    "test:coverage": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" CODE_COVERAGE=true hardhat coverage",
    "test:gas": "cross-env REPORT_GAS=true yarn test",
    "prettier": "prettier --write 'test/**/*.{js,ts}' && prettier --write contracts/**/*.sol",
    "lint": "yarn prettier && solhint -c .solhint.json contracts/**/*.sol",
    "prepare": "husky install",
    "export:all": "hardhat export --export-all exports/all.json",
    "prepublishOnly": "npm run export:all",
    "version:canary": "yarn version --prerelease --preid=canary",
    "publish:canary": "npm publish --access public --tag canary",
    "size": "hardhat compile && hardhat size-contracts"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ],
    "*.sol": [
      "prettier --write"
    ],
    "*.md": "prettier --write"
  },
  "devDependencies": {
    "@ethersproject/address": "^5.4.0",
    "@ethersproject/solidity": "^5.4.0",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
    "@nomiclabs/hardhat-etherscan": "^2.0.0",
    "@nomiclabs/hardhat-solhint": "^2.0.0",
    "@nomiclabs/hardhat-waffle": "^2.0.0",
    "@openzeppelin/contracts": "^4.2.0",
    "@sushiswap/prettier-config": "^0.1.0",
    "@tattooswap/core-sdk": "^0.0.25",
    "@tattooswap/sdk": "^0.0.11",
    "@tattooswap/tines": "^0.0.10",
    "@tenderly/hardhat-tenderly": "^1.0.0",
    "@typechain/ethers-v5": "^7.0.0",
    "@typechain/hardhat": "^2.0.0",
    "@types/chai": "^4.0.0",
    "@types/mocha": "^8.0.0",
    "@types/node": "^16.0.0",
    "chai": "^4.0.0",
    "cross-env": "^7.0.0",
    "decimal.js": "^10.0.0",
    "dotenv": "^10.0.0",
    "eip-712": "^0.4.3",
    "ethereum-waffle": "^3.0.0",
    "ethers": "^5.4.7",
    "hardhat": "^2.6.4",
    "hardhat-contract-sizer": "^2.0.3",
    "hardhat-deploy": "^0.9.0",
    "hardhat-deploy-ethers": "^0.3.0-beta.10",
    "hardhat-gas-reporter": "^1.0.0",
    "hardhat-interface-generator": "^0.0.6",
    "hardhat-log-remover": "^2.0.0",
    "hardhat-preprocessor": "^0.1.0",
    "hardhat-spdx-license-identifier": "^2.0.0",
    "hardhat-tracer": "^1.0.0-alpha.6",
    "hardhat-watcher": "^2.0.0",
    "husky": "^7.0.0",
    "lint-staged": "^11.0.1",
    "mocha": "^7.1.2",
    "prettier": "^2.3.2",
    "prettier-plugin-solidity": "^1.0.0-beta.17",
    "seedrandom": "^3.0.5",
    "solhint": "^3.0.0",
    "solhint-plugin-prettier": "^0.0.5",
    "solidity-coverage": "^0.7.17",
    "ts-generator": "^0.1.0",
    "ts-node": "^10.0.0",
    "typechain": "^5.0.0",
    "typescript": "^4.0.0"
  }
}
