{
  "name": "tailwind-automatic-dark-mode-classes",
  "version": "1.0.3",
  "description": "Automatically generates tailwind classes for colors that have the 'light' and 'dark' property set",
  "main": "index.js",
  "scripts": {
    "release": "standard-version",
    "postrelease": "git push --follow-tags origin main && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/borispoehland/tailwind-automatic-dark-mode-classes.git"
  },
  "bugs": {
    "url": "https://github.com/borispoehland/tailwind-automatic-dark-mode-classes/issues"
  },
  "homepage": "https://github.com/borispoehland/tailwind-automatic-dark-mode-classes#readme",
  "keywords": [
    "create-tailwind-plugin",
    "tailwind-css-plugin",
    "tailwindcss",
    "plugin"
  ],
  "author": "Boris Pöhland",
  "license": "MIT",
  "devDependencies": {
    "standard-version": "^9.5.0",
    "tailwindcss": "^3.2.4"
  }
}
