{
  "name": "eac.js-client",
  "version": "4.0.2",
  "description": "JavaScript library containing key logic for the Ethereum Alarm Clock TimeNode",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "clean-backups": "find . -type f -name '*.b' -delete",
    "clean-built": "rm -rf built",
    "clean": "npm run clean-backups && npm run clean-built",
    "deploy-eac": "sh scripts/deploy_eac.sh",
    "ganache": "ganache-cli -m \"shove afford modify census bridge good random error fault floor fringe oblige\" -i 1002",
    "lint": "tslint --project .",
    "lint-fix": "tslint --fix --project .",
    "precommit": "lint-staged",
    "postinstall": "npm run build",
    "test": "mocha --timeout 50000 -r ts-node/register test/*.ts test/unit/*.ts --exit",
    "test-noexit": "mocha -r ts-node/register test/*.ts"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "tslint --fix --force",
      "prettier --write --config ./.prettierrc --config-precedence file-override",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereum-alarm-clock/eac.js-client.git"
  },
  "keywords": [
    "ethereum",
    "smart-contracts",
    "ethereum-alarm-clock"
  ],
  "author": "lsaether",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ethereum-alarm-clock/eac.js-client/issues"
  },
  "homepage": "https://github.com/ethereum-alarm-clock/eac.js-client#readme",
  "dependencies": {
    "@types/es6-promise": "3.3.0",
    "@types/bluebird": "3.5.21",
    "babel-polyfill": "6.26.0",
    "bignumber.js": "5.0.0",
    "eac.js-lib": "2.0.2",
    "ethereumjs-tx": "1.3.6",
    "ethereumjs-wallet": "0.6.0",
    "lokijs": "1.5.5",
    "typescript": "2.9.1"
  },
  "devDependencies": {
    "@types/chai": "4.1.4",
    "@types/ethereumjs-tx": "1.0.0",
    "@types/lokijs": "1.5.2",
    "@types/node": "10.3.6",
    "bluebird": "3.5.1",
    "chai": "4.1.2",
    "ganache-cli": "6.1.4",
    "husky": "0.14.3",
    "lint-staged": "7.2.0",
    "mocha": "5.1.1",
    "mocha-typescript": "1.1.16",
    "moment": "2.22.2",
    "prettier": "1.13.7",
    "ts-node": "6.2.0",
    "tslint": "5.10.0",
    "tslint-config-prettier": "1.13.0",
    "tslint-microsoft-contrib": "5.0.3",
    "typings": "2.1.1",
    "web3": "0.20.6"
  }
}
