{
  "name": "elm-tailwind-css",
  "description": "Use Tailwind CSS with Elm",
  "version": "1.1.1",
  "keywords": [
    "tailwind",
    "elm",
    "purgecss",
    "postcss",
    "minify"
  ],
  "homepage": "https://github.com/icidasset/elm-tailwind-css",
  "repository": "https://github.com/icidasset/elm-tailwind-css",
  "license": "MIT",
  "author": "Steven Vandevelde <icid.asset@gmail.com>",
  "type": "module",
  "bin": {
    "etc": "cli.js"
  },
  "peerDependencies": {
    "tailwindcss": ">= 0.0"
  },
  "dependencies": {
    "@fullhuman/postcss-purgecss": "3.1.0-alpha.0",
    "autoprefixer": ">= 9.0",
    "cssnano": "^4.1.10",
    "fast-stable-stringify": "^1.0.0",
    "hash-wasm": "^4.4.1",
    "meow": "^8.0",
    "postcss": "^8.0"
  }
}
