{
  "name": "@lydia-finance/lydia-finance-lib",
  "version": "0.1.2",
  "description": "Lydia Finance Lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/lydiafinance/lydia-finance-lib.git"
  },
  "license": "GPL-3.0-or-later",
  "files": [
    "contracts"
  ],
  "scripts": {
    "clean": "rimraf ./artifacts && rimraf ./cache",
    "precompile": "yarn clean",
    "compile": "npx hardhat compile",
    "pretest": "yarn compile",
    "test": "npx hardhat test",
    "prepublishOnly": "yarn test"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.1",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "chai": "^4.2.0",
    "ethereum-waffle": "^3.2.1",
    "ethereumjs-tx": "^2.1.2",
    "ethers": "^5.0.24",
    "hardhat": "^2.0.6",
    "rimraf": "^3.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  }
}
