{
  "name": "@locklessfi/core-typechain",
  "version": "1.0.2",
  "description": "",
  "dependencies": {
    "tsc": "^2.0.4"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.5",
    "@nomiclabs/hardhat-vyper": "^3.0.0",
    "@openzeppelin/contracts": "^4.4.2",
    "@typechain/ethers-v5": "^8.0.5",
    "@typechain/hardhat": "^4.0.0",
    "@types/ethereumjs-abi": "^0.6.3",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.18",
    "@typescript-eslint/eslint-plugin": "^5.12.0",
    "@typescript-eslint/parser": "^5.16.0",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "ethers": "^5.5.3",
    "hardhat": "^2.8.4",
    "prettier": "^2.5.1",
    "prettier-plugin-solidity": "^1.0.0-beta.19",
    "solhint-plugin-prettier": "^0.0.5",
    "ts-generator": "^0.1.1",
    "ts-node": "^10.5.0",
    "typechain": "^6.1.0",
    "typechain-target-ethers-v5": "^5.0.1",
    "typescript": "^4.5.5"
  },
  "scripts": {
    "build_": "npx hardhat compile",
    "_build": "sh scripts/build-contracts.sh",
    "_load-contracts": "sh scripts/load-lkl-contracts.sh",
    "build": "npm run _build",
    "prepublish": "npm run build"
  }
}
