{
  "name": "@formkit/tailwindcss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formkit/formkit.git",
    "directory": "packages/tailwindcss"
  },
  "version": "2.0.0",
  "description": "A FormKit plugin for Tailwind that supplies custom variants based on input state",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.cts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "development": "./dist/index.dev.mjs",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./*": "./dist/*"
  },
  "contributors": [
    "Andrew Boyd <andrew@formkit.com>",
    "Gustavo Fenilli <gustavofenilli@gmail.com>"
  ],
  "keywords": [
    "forms",
    "inputs",
    "styling",
    "css",
    "tailwind",
    "tailwindcss"
  ],
  "license": "MIT",
  "peerDependencies": {
    "tailwindcss": "^3.0.0"
  },
  "dependencies": {
    "@formkit/themes": "^2.0.0"
  }
}