{
  "name": "@muffinfi/muffin-contracts",
  "version": "1.0.14",
  "description": "Smart contracts of Muffin Protocol",
  "repository": "https://github.com/muffinfi/muffin.git",
  "homepage": "https://muffin.fi",
  "keywords": [
    "muffin",
    "amm"
  ],
  "files": [
    "contracts",
    "!contracts/tests",
    "artifacts/contracts/**/*.json",
    "!artifacts/contracts/**/*.dbg.json",
    "!artifacts/contracts/tests/**/*"
  ],
  "scripts": {
    "compile": "hardhat compile",
    "test": "hardhat test",
    "prepublishOnly": "hardhat clean && hardhat compile"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^3.1.0",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@typechain/ethers-v5": "^7.0.1",
    "@typechain/hardhat": "^2.3.0",
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.22",
    "chai": "^4.2.0",
    "chalk": "^2.4.2",
    "dotenv": "^16.0.0",
    "ethereum-waffle": "^3.4.0",
    "ethers": "^5.4.4",
    "hardhat": "^2.9.9",
    "hardhat-contract-sizer": "^2.0.3",
    "hardhat-gas-reporter": "^1.0.4",
    "hardhat-storage-layout": "^0.1.6",
    "mocha": "^8.4.0",
    "mocha-chai-jest-snapshot": "^1.1.3",
    "ts-generator": "^0.1.1",
    "ts-node": "^9.1.1",
    "typechain": "^5.1.2",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@openzeppelin/contracts": "4.3.1"
  }
}
