{
  "name": "@pigi/watch-eth",
  "version": "0.0.10-alpha.0",
  "description": "Robust library for listening to Ethereum events.",
  "main": "build/index.js",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "lint": "tslint --format stylish --project .",
    "fix": "prettier --config ./.prettierrc.js --write 'index.ts' '{src,test}/**/*.ts'",
    "build": "tsc -p .",
    "clean": "rimraf build/",
    "test": "waffle waffle-config.json && mocha --require ts-node/register 'test/*.spec.ts' --timeout 5000 --exit"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run compile && npm run test && lint-staged && git add build/"
    }
  },
  "lint-staged": {
    "{src,test}/**/*.{ts,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "keywords": [
    "ethereum",
    "events"
  ],
  "author": "Plasma Group",
  "license": "MIT",
  "dependencies": {
    "@pigi/core": "0.0.10-alpha.0",
    "@types/node": "^11.10.0",
    "ethers": "^4.0.37"
  },
  "devDependencies": {
    "@pigi/prettier-config": "0.0.10-alpha.0",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.10.0",
    "@types/web3": "^1.0.20",
    "bn.js": "^5.0.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-bignumber": "^3.0.0",
    "ethereum-waffle": "^2.0.12",
    "ganache-cli": "^6.7.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.5",
    "mocha": "^6.2.0",
    "prettier": "^1.16.4",
    "rimraf": "^2.6.3",
    "tslint": "^5.13.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.3.3333"
  },
  "gitHead": "7edb826a5557b5ca1819a625ba5415110d4dcec0"
}
