{
  "name": "@sushiswap/kashi",
  "version": "0.0.0",
  "description": "Kashi",
  "keywords": [
    "kashi",
    "lending"
  ],
  "homepage": "https://github.com/sushiswap/sushiswap/protocols/kashi#readme",
  "bugs": {
    "url": "https://github.com/sushiswap/sushiswap/issues"
  },
  "license": "UNLICENSED",
  "files": [
    "artifacts",
    "contracts",
    "deploy",
    "deployments",
    "exports",
    "typechain"
  ],
  "devDependencies": {
    "@boringcrypto/boring-solidity": "boringcrypto/BoringSolidity#371a01c11465eb1c881193c60a53c0bf15ee8a19",
    "@ethersproject/abi": "^5.0.0",
    "@ethersproject/providers": "^5.0.0",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
    "@sushiswap/bentobox": "0.0.0",
    "@sushiswap/bentobox-sdk": "sushiswap/bentobox-sdk#e3f809870b86afbd57e0930662221d2362a160db",
    "@sushiswap/core": "1.4.2",
    "@sushiswap/currency": "0.0.0-20220802135637",
    "@sushiswap/eslint-config": "0.0.0",
    "@sushiswap/hardhat-config": "0.0.0",
    "@sushiswap/jest-config": "0.0.0",
    "@sushiswap/prettier-config": "0.0.0",
    "@sushiswap/typescript-config": "0.0.0",
    "@types/node": "^17.0.33",
    "ethers": "^5.0.0",
    "hardhat": "^2.9.5",
    "hardhat-deploy": "^0.11.10",
    "hardhat-deploy-ethers": "0.3.0-beta.13",
    "ts-node": "^10.7.0",
    "typescript": "^4.7.0"
  },
  "scripts": {
    "build": "hardhat clean && TS_NODE_TRANSPILE_ONLY=1 hardhat compile",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf artifacts && rm -rf exports && rm -rf typechain",
    "deploy": "hardhat deploy",
    "export": "hardhat export --export-all exports.json",
    "node": "hardhat node"
  }
}