{
  "name": "@valueswap/liquidity-staker",
  "version": "1.0.0",
  "description": "valueswap liquidity-staker",
  "author": "Value Network",
  "repository": {
    "type": "git",
    "url": "https://github.com/valuenetworklive2021/valueswap-liquidity-staker"
  },
  "scripts": {
    "lint": "prettier ./test/**/*.ts --check",
    "clean": "npx hardhat clean && rimraf ./build/",
    "copy": "node ./scripts/copy-contracts.js",
    "precompile": "yarn clean",
    "compile": "npx hardhat compile",
    "postcompile": "yarn copy",
    "deploy": "node ./scripts/deploy.js",
    "verify": "node ./scripts/verify.js",
    "pretest": "yarn compile",
    "test": "mocha",
    "prepublishOnly-": "yarn test"
  },
  "files": [
    "build"
  ],
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "openzeppelin-solidity-2.3.0": "npm:openzeppelin-solidity@2.3.0"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.0",
    "@nomiclabs/hardhat-etherscan": "^2.1.0",
    "@nomiclabs/hardhat-waffle": "^2.0.0",
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "@valueswap/v2-core": "^1.0.2",
    "chai": "^4.2.0",
    "copyfiles": "^2.4.1",
    "del-cli": "^3.0.1",
    "ethereum-waffle": "^3.0.0",
    "ethereumjs-util": "^7.0.4",
    "ethers": "^5.0.0",
    "hardhat": "^2.0.6",
    "mocha": "^8.1.3",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "solc": "0.5.16",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "keywords": [
    "valueswap",
    "liquidity-staker"
  ]
}
