{
  "name": "reakit-warning",
  "version": "0.6.2",
  "description": "Reakit warning",
  "license": "MIT",
  "repository": "https://github.com/reakit/reakit/tree/master/packages/reakit-warning",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "ts",
  "author": {
    "name": "Diego Haz",
    "email": "hazdiego@gmail.com",
    "url": "https://github.com/diegohaz"
  },
  "scripts": {
    "test": "jest",
    "coverage": "yarn test --coverage",
    "postcoverage": "open-cli coverage/lcov-report/index.html",
    "lint": "eslint . --ext js,ts,tsx",
    "clean": "node ../../scripts/build/clean.js",
    "build": "node ../../scripts/build/build.js",
    "docs": "documentation readme src --markdown-toc-max-depth=2 --section=API --parse-extension ts",
    "preversion": "yarn lint && yarn test && yarn docs && yarn build",
    "postpublish": "yarn clean"
  },
  "keywords": [
    "reakit",
    "react",
    "warning"
  ],
  "dependencies": {
    "reakit-utils": "^0.15.2"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0"
  },
  "gitHead": "e30e656b303f014fb841893c003aac2a5a5ac6fa"
}
