{
  "name": "@dylanirlbeck/tailwind-ppx",
  "version": "0.8.4",
  "license": "MIT",
  "description": "Reason PPX that validates your Tailwind classes at compile-time",
  "repository": {
    "type": "git",
    "url": "https://github.com/dylanirlbeck/tailwind-ppx.git"
  },
  "main": "js/index.js",
  "scripts": {
    "postinstall": "node ./postinstall.js"
  },
  "bin": {
    "use-tailwind-ppx": "bin/use-tailwind-ppx",
    "tailwind-ppx": "bin/tailwind-ppx"
  },
  "files": [
    "_export/",
    "bin/",
    "js/",
    "postinstall.js",
    "esyInstallRelease.js",
    "platform-linux/",
    "platform-darwin/",
    "platform-windows-x64/"
  ]
}