{
  "name": "buidler-deploy",
  "version": "0.6.0-beta.37",
  "description": "Buidler Plugin For Replicable Deployments And Tests",
  "repository": "github:wighawag/buidler-deploy",
  "author": "wighawag",
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "keywords": [
    "ethereum",
    "smart-contracts",
    "deployment",
    "test",
    "testing",
    "tool",
    "buidler",
    "buidler-plugin"
  ],
  "files": [
    "dist/src/",
    "dist/artifacts/",
    "src/",
    "LICENSE",
    "README.md",
    "solc_0.6/",
    "solc_0.7/",
    "artifacts/*.json"
  ],
  "devDependencies": {
    "@nomiclabs/buidler": "^1.4.3",
    "@types/chai": "^4.1.7",
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^5.0.4",
    "@types/mocha": "^5.2.5",
    "@types/node": "^8.10.38",
    "chai": "^4.2.0",
    "dotenv": "^6.2.0",
    "mocha": "^5.2.0",
    "prettier": "^1.19.1",
    "prettier-plugin-solidity": "^1.0.0-alpha.56",
    "source-map-support": "^0.5.12",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.4.5"
  },
  "peerDependencies": {
    "@nomiclabs/buidler": "^1.3.0"
  },
  "dependencies": {
    "@ethersproject/abi": "^5.0.2",
    "@ethersproject/abstract-signer": "^5.0.2",
    "@ethersproject/address": "^5.0.2",
    "@ethersproject/bignumber": "^5.0.5",
    "@ethersproject/bytes": "^5.0.2",
    "@ethersproject/contracts": "^5.0.2",
    "@ethersproject/providers": "^5.0.5",
    "@ethersproject/solidity": "^5.0.2",
    "@ethersproject/transactions": "^5.0.2",
    "@ethersproject/wallet": "^5.0.2",
    "@types/qs": "^6.9.4",
    "axios": "^0.19.2",
    "chalk": "^4.0.0",
    "chokidar": "^3.4.0",
    "debug": "^4.1.1",
    "fs-extra": "^9.0.0",
    "match-all": "^1.2.6",
    "qs": "^6.9.4"
  },
  "scripts": {
    "compile": "buidler compile",
    "lint:fix": "prettier --write src/**/*.{js,ts} test/**/*.{js,ts} && tslint --fix --config tslint.json --project tsconfig.json",
    "lint": "tslint --config tslint.json --project tsconfig.json",
    "test": "mocha --timeout 20000 --exit",
    "build": "tsc",
    "watch": "tsc -w",
    "publish:next": "npm publish --tag next",
    "publish:release": "npm publish",
    "prepublishOnly": "npm run build"
  }
}
