{
  "name": "@soundxyz/protocol",
  "version": "9.1.3",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "dependencies": {
    "@ethersproject/abi": "^5.6.3",
    "@ethersproject/bytes": "^5.6.1",
    "@ethersproject/hardware-wallets": "^5.6.1",
    "@ethersproject/units": "^5.6.0",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
    "@nomiclabs/hardhat-etherscan": "^2.1.6",
    "@nomiclabs/hardhat-solhint": "^2.0.0",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@openzeppelin/contracts": "^4.7.1",
    "@openzeppelin/contracts-upgradeable": "^4.7.1",
    "@openzeppelin/hardhat-upgrades": "^1.19.0",
    "@rari-capital/solmate": "^6.2.0",
    "@soundxyz/common": "^5.0.1",
    "@typechain/ethers-v5": "^10.0.0",
    "@typechain/hardhat": "^6.0.0",
    "dotenv": "^16.0.0",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.4.7",
    "hardhat-contract-sizer": "^2.5.0",
    "hardhat-deploy": "^0.9.2",
    "hardhat-gas-reporter": "^1.0.4",
    "lodash": "^4.17.21",
    "solhint": "^3.3.6",
    "solidity-coverage": "^0.7.20",
    "typechain": "^8.0.0"
  },
  "license": "GPLv3",
  "bin": {
    "protocol-hardhat": "./bin/hardhat.cjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/soundxyz/protocol-public"
  }
}