{
  "name": "@moraswap/v3-periphery",
  "version": "1.3.1",
  "license": "MIT",
  "description": "🎚 Peripheral smart contracts for interacting with Moraswap V3",
  "author": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moraswap/v3-periphery.git"
  },
  "bugs": {
    "url": "https://github.com/moraswap/v3-periphery/issues"
  },
  "homepage": "https://github.com/moraswap/v3-periphery#readme",
  "keywords": [
    "moraswap",
    "ethereum",
    "neon evm",
    "solana"
  ],
  "files": [
    "contracts/base",
    "contracts/interfaces",
    "contracts/libraries",
    "artifacts/contracts/**/*.json",
    "!artifacts/contracts/**/*.dbg.json",
    "!artifacts/contracts/test/**/*",
    "!artifacts/contracts/base/**/*",
    "artifacts/contracts/test/LiquidityAmountsTest.sol/LiquidityAmountsTest.json"
  ],
  "scripts": {
    "build": "hardhat compile",
    "console": "hardhat console",
    "devneon:deploy": "hardhat run --network devneon scripts/devneon/deploy.ts",
    "shadowneon:deploy": "hardhat run --network shadowneon scripts/shadowneon/deploy.ts",
    "export": "hardhat export --export-all exports/deployments.json",
    "test": "hardhat test",
    "test:coverage": "cross-env NODE_OPTIONS=\"--max-old-space-size=2048\" hardhat coverage",
    "test:gas": "cross-env REPORT_GAS=true yarn test",
    "prettier": "prettier --write test/**/*.ts && prettier --write contracts/**/*.sol",
    "lint": "yarn prettier && solhint -c .solhint.json contracts/**/*.sol",
    "prepublishOnly": "yarn run build",
    "typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
    "build-contracts": "sol-merger \"./contracts/**/*.sol\" ./merged"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^3.0.0",
    "@nomiclabs/hardhat-solhint": "^2.0.0",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@tenderly/hardhat-tenderly": "^1.0.0",
    "@typechain/ethers-v5": "^5.0.0",
    "@types/mocha": "^8.2.1",
    "@types/node": "^14.14.31",
    "chai": "^4.2.0",
    "cross-env": "^7.0.0",
    "decimal.js": "^10.2.1",
    "dotenv": "^8.2.0",
    "ethereum-waffle": "^4.0.10",
    "ethers": "^5.0.0",
    "hardhat": "^2.6.7",
    "hardhat-abi-exporter": "2.0.8",
    "hardhat-deploy": "^0.10.5",
    "hardhat-deploy-ethers": "^0.3.0-beta.7",
    "hardhat-gas-reporter": "^1.0.0",
    "hardhat-preprocessor": "^0.1.0",
    "hardhat-spdx-license-identifier": "^2.0.0",
    "hardhat-typechain": "^0.3.5",
    "hardhat-watcher": "^2.0.0",
    "is-svg": "^4.3.1",
    "mocha": "^6.2.2",
    "mocha-chai-jest-snapshot": "^1.1.0",
    "prettier": "^2.3.1",
    "prettier-plugin-solidity": "^1.0.0-beta.13",
    "solhint": "^3.3.6",
    "solhint-plugin-prettier": "^0.0.5",
    "solidity-coverage": "^0.7.18",
    "ts-generator": "^0.1.1",
    "ts-node": "^9.1.1",
    "typechain": "^4.0.2",
    "typescript": "^4.2.2"
  },
  "dependencies": {
    "@moraswap/v2-core": "^1.1.0",
    "@moraswap/v3-core": "1.3.1",
    "@nomiclabs/hardhat-ganache": "^2.0.1",
    "@openzeppelin/contracts": "3.4.2-solc-0.7",
    "base64-sol": "1.0.1",
    "sol-merger": "^4.1.1",
    "solmate": "^6.1.0"
  }
}
