{
  "name": "@yearnvaults/contracts",
  "version": "1.0.1",
  "description": "NodeJS Version - Please read and be familiar with the [Specification](SPECIFICATION.md).",
  "main": "index.js",
  "directories": {
    "test": "tests",
    "src": "src",
    "contracts": "contracts"
  },
  "scripts": {
    "test": "truffle migrate --reset && truffle test",
    "compile": "yarn truffle compile && yarn typechain --target truffle './build/**/*.json'",
    "coverage": "yarn compile && yarn truffle run coverage",
    "fmt": "prettier --write contracts/GasEVO.sol",
    "check-env": "node -e 'console.log(process.env)' | grep npm",
    "lint-all": "prettier --list-different **/*.sol"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sambacha/yearn-vaults.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sambacha/yearn-vaults/issues"
  },
  "homepage": "https://github.com/sambacha/yearn-vaults#readme",
  "devDependencies": {
    "@truffle/compile-vyper": "^2.2.4",
    "@truffle/hdwallet-provider": "^1.2.1",
    "prettier": "^2.2.1",
    "prettier-plugin-solidity": "^1.0.0-beta.2",
    "truffle": "^5.1.60"
  },
  "dependencies": {
    "ethers": "^5.0.24"
  }
}
