{
  "name": "@gearbox-protocol/core-v3",
  "description": "Core smart contracts of Gearbox V3",
  "version": "1.52.1",
  "homepage": "https://gearbox.fi",
  "files": [
    "contracts"
  ],
  "keywords": [
    "gearbox"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Gearbox-protocol/core-v3"
  },
  "license": "BUSL-1.1",
  "scripts": {
    "prepare": "husky install",
    "prettier": "forge fmt",
    "prettier:ci": "forge fmt"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "17.6.0",
    "@gearbox-protocol/prettier-config": "^1.5.0",
    "husky": "^8.0.3",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-solidity": "^1.0.0-beta.24",
    "rimraf": "^5.0.1"
  },
  "prettier": "@gearbox-protocol/prettier-config",
  "lint-staged": {
    "*.sol": "forge fmt",
    "*.{json,md}": "prettier --write"
  },
  "dependencies": {}
}
