{
  "name": "@watchmen/material-ui-data-table",
  "version": "3.0.1",
  "main": "dist/index.js",
  "author": "tony <anthony.kerz@gmail.com>",
  "license": "MIT",
  "repository": "the-watchmen/material-ui-data-table",
  "scripts": {
    "ava": "cross-env DEBUG=test:*,app:* ava",
    "xo": "xo",
    "pretest": "npm run xo",
    "test": "npm run ava",
    "prebuild": "npm run test",
    "build": "babel ./src -d ./dist",
    "prepare": "install-self-peers -- --ignore-scripts"
  },
  "dependencies": {
    "@watchmen/helpr": "2.3.5",
    "@watchmen/react-ultimate-pagination-material-ui": "2.0.3"
  },
  "devDependencies": {
    "@team-griffin/install-self-peers": "1.1.1",
    "ava": "0.25.0",
    "babel-cli": "6.26.0",
    "babel-eslint": "8.2.6",
    "babel-preset-env": "1.7.0",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "cross-env": "5.2.0",
    "eslint-config-xo-react": "0.17.0",
    "eslint-plugin-react": "7.10.0",
    "xo": "0.21.1"
  },
  "ava": {
    "babel": "inherit",
    "require": [
      "babel-register",
      "babel-polyfill"
    ]
  },
  "peerDependencies": {
    "@material-ui/core": ">=1",
    "@material-ui/icons": ">=2",
    "debug": ">=3",
    "lodash": ">=4",
    "prop-types": ">=15",
    "react": ">=16",
    "react-dom": ">=16"
  },
  "xo": {
    "extends": [
      "xo-react"
    ],
    "parser": "babel-eslint",
    "prettier": true,
    "rules": {
      "import/prefer-default-export": 0,
      "capitalized-comments": 0,
      "react/prop-types": 0,
      "react/require-default-props": 0,
      "no-unused-expressions": 0,
      "prefer-rest-params": 0,
      "guard-for-in": 0
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
