{
  "name": "@traderjoe-xyz/lending",
  "version": "0.10.0",
  "description": "Banker Joe Lending Protocol",
  "main": "index.js",
  "files": [
    "abi",
    "artifacts",
    "contracts",
    "deployments"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "hardhat compile",
    "compile": "./script/compile",
    "console": "if node -v | grep -E \"v(12|13)\" > /dev/null; then flags=\"-n --experimental-repl-await\"; fi; npx $flags saddle console",
    "coverage": "./script/coverage",
    "deploy": "./scenario/script/repl -s ./script/scen/deploy.scen",
    "lint": "./script/lint",
    "prettier": "prettier --write contracts/**/*.sol",
    "repl": "./scenario/script/repl",
    "test": "./script/test",
    "test:prepare": "NO_RUN=true ./script/test",
    "checksize": "npx run ./script/saddle/contractSizer.js",
    "rinkeby:deploy": "hardhat --network rinkeby deploy",
    "avalanche:deploy": "hardhat --network avalanche deploy"
  },
  "repository": "git@github.com:traderjoe-xyz/joe-lending.git",
  "author": "Trader Joe",
  "license": "UNLICENSED",
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@openzeppelin/contracts": "^2.5.0",
    "@openzeppelin/hardhat-upgrades": "^1.12.0",
    "bignumber.js": "9.0.0",
    "chai": "^4.3.4",
    "dotenv": "^10.0.0",
    "eth-saddle": "^0.1.21",
    "ethereum-waffle": "^3.4.0",
    "ethereumjs-abi": "^0.6.8",
    "ethers": "^5.4.6",
    "hardhat": "^2.6.4",
    "hardhat-abi-exporter": "^2.3.0",
    "hardhat-contract-sizer": "^2.0.3",
    "hardhat-deploy": "^0.9.1",
    "hardhat-deploy-ethers": "^0.3.0-beta.10",
    "hardhat-preprocessor": "^0.1.4",
    "hardhat-spdx-license-identifier": "^2.0.3",
    "hardhat-storage-layout-diff": "^0.0.3",
    "hardhat-watcher": "^2.1.1",
    "husky": "^7.0.2",
    "jest-diff": "^26.4.2",
    "jest-junit": "^11.1.0",
    "prettier": "^2.4.0",
    "prettier-plugin-solidity": "^1.0.0-beta.18",
    "solium": "^1.2.5",
    "solparse": "^2.2.8"
  },
  "dependencies": {},
  "resolutions": {
    "scrypt.js": "https://registry.npmjs.org/@compound-finance/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
    "**/ganache-core": "github:compound-finance/ganache-core.git#jflatow/unbreak-fork"
  }
}
