{
  "name": "@jsiebern/bs-material-ui-ppx",
  "version": "2.1.0",
  "repository": "https://github.com/jsiebern/bs-material-ui",
  "private": false,
  "homepage": "https://jsiebern.github.io/bs-material-ui",
  "bugs": "https://github.com/jsiebern/bs-material-ui/issues",
  "author": "Jonathan Siebern <jsiebern88@gmail.com>",
  "license": "MIT",
  "scripts": {
    "postinstall": "node ./copyPlatformBinaryInPlace.js"
  },
  "keywords": [
    "Reason"
  ],
  "description": "This is a ppx for using the withStyles component in @jsiebern/bs-material-ui",
  "peerDependencies": {
    "@material-ui/core": "4.11.3",
    "@rescript/react": "^0.10",
    "bs-platform": "^9.0.2",
    "@jsiebern/bs-material-ui": "^2.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
