{
  "name": "contract-state-util",
  "version": "1.0.56",
  "main": "index.js",
  "author": "jaycenhorton",
  "license": "MIT",
  "private": false,
  "files": ["*"],
  "keywords": [
    "ethereum",
    "truffle",
    "nori",
    "smart contract",
    "state",
    "solidity",
    "web3"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jaycenhorton/contract-state-util"
  },
  "scripts": {
    "bootstrap": "lerna bootstrap",
    "dev": "next",
    "build": "next build",
    "start": "next start",
    "lint": "lerna exec -- eslint ./"
  },
  "bin": {
    "contract-state-util": "./bin/contract-state-util.js"
  },
  "engines": {
    "node": "9.1.0",
    "yarn": "1.6"
  },
  "devDependencies": {
    "babel-plugin-styled-components": "^1.5.1",
    "truffle": "^4.1.7",
    "web3": "0.20.6"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0-beta.47",
    "@material-ui/core": "^1.0.0",
    "@material-ui/icons": "^1.0.0",
    "@weco/next-plugin-transpile-modules": "^0.0.2",
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "8",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-import-to-require": "^1.0.0",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-react-inline-elements": "^6.22.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "child_process": "^1.0.2",
    "classnames": "^2.2.5",
    "deep-filter-object": "^1.0.0",
    "es6-promisify": "^6.0.0",
    "eslint": "4.x",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "fs": "^0.0.1-security",
    "http": "^0.0.0",
    "lerna": "^2.10.2",
    "next": "^5.1.0",
    "path": "^0.12.7",
    "prettier": "^1.12.1",
    "prop-types": "^15.6.1",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "recompose": "^0.27.0",
    "shelljs": "^0.8.1",
    "truffle-config": "^1.0.4",
    "truffle-contract": "^3.0.5",
    "yargs": "^11.0.0"
  },
  "peerDependencies": {
    "@babel/core": "7.0.0-beta.46"
  }
}
