{
  "name": "@aurora-balancer-labs/v2-solidity-utils",
  "version": "2.4.0",
  "description": "Solidity libraries and utilities",
  "license": "GPL-3.0-only",
  "homepage": "",
  "repository": {
    "type": "git",
    "url": "",
    "directory": "pkg/solidity-utils"
  },
  "bugs": {
    "url": ""
  },
  "files": [
    "contracts/**/*",
    "!contracts/test/*"
  ],
  "scripts": {
    "build": "yarn compile",
    "compile": "hardhat compile && rm -rf artifacts/build-info",
    "compile:watch": "nodemon --ext sol --exec yarn compile",
    "lint": "yarn lint:solidity && yarn lint:typescript",
    "lint:solidity": "solhint 'contracts/**/*.sol'",
    "lint:typescript": "eslint . --ext .ts --ignore-path ../../.eslintignore  --max-warnings 0",
    "test": "yarn compile && mocha --extension ts --require hardhat/register --require @aurora-balancer-labs/v2-common/setupTests --recursive",
    "test:watch": "nodemon --ext js,ts --watch test --watch lib --exec 'clear && yarn test --no-compile'"
  },
  "devDependencies": {
    "@aurora-balancer-labs/balancer-js": "workspace:*",
    "@aurora-balancer-labs/v2-common": "workspace:*",
    "@aurora-balancer-labs/v2-helpers": "workspace:*",
    "@aurora-balancer-labs/v2-interfaces": "workspace:*",
    "@nomiclabs/hardhat-ethers": "^2.0.1",
    "@nomiclabs/hardhat-waffle": "^2.0.0",
    "@types/chai": "^4.2.12",
    "@types/lodash": "^4.14.161",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.6.0",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "chai": "^4.2.0",
    "decimal.js": "^10.2.1",
    "eslint": "^7.9.0",
    "eslint-plugin-mocha-no-only": "^1.1.1",
    "eslint-plugin-prettier": "^3.1.4",
    "ethereum-waffle": "^3.0.2",
    "ethers": "^5.4.1",
    "hardhat": "^2.8.3",
    "lodash.frompairs": "^4.0.1",
    "lodash.pick": "^4.4.0",
    "lodash.range": "^3.2.0",
    "lodash.times": "^4.3.2",
    "lodash.zip": "^4.2.0",
    "mocha": "^8.2.1",
    "nodemon": "^2.0.4",
    "prettier": "^2.1.2",
    "prettier-plugin-solidity": "v1.0.0-alpha.59",
    "solhint": "^3.2.0",
    "solhint-plugin-prettier": "^0.0.4",
    "ts-node": "^8.10.2",
    "typescript": "^4.0.2"
  }
}
