{
  "name": "@yield-protocol/vault-v2",
  "version": "0.18.14",
  "description": "Yield Collateralized Debt Engine v2",
  "author": "Yield Inc.",
  "files": [
    "src/*.sol",
    "src/**/*.sol",
    "src/**/**/*.sol",
    "!src/mocks/**/*.sol",
    "!src/test/**/*.sol",
    "!src/deprecated/**/*.sol",
    "!lib"
  ],
  "scripts": {
    "forge:build": "forge build",
    "forge:test": "forge test -vvv",
    "forge:snapshot": "forge snapshot"
  },
  "repository": {
    "url": "git+https://github.com/yieldprotocol/vault-v2.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/yieldprotocol/vault-v2/issues"
  },
  "license": "GPL-3.0-or-later",
  "homepage": "https://github.com/yieldprotocol/vault-v2#readme"
}
