{
  "name": "@empjs/plugin-tailwindcss",
  "version": "1.2.8-beta.4",
  "description": "base tailwind 4",
  "license": "MIT",
  "type": "module",
  "files": ["dist"],
  "maintainers": ["xuhongbin", "ckken"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empjs/emp.git",
    "directory": "packages/plugin-tailwind"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": ["vue", "vue2"],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./tailwindcss": {
      "import": {
        "types": "./dist/tailwindcss.d.ts",
        "default": "./dist/tailwindcss.js"
      },
      "require": {
        "types": "./dist/tailwindcss.d.cts",
        "default": "./dist/tailwindcss.cjs"
      }
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "author": "Ken",
  "devDependencies": {
    "@empjs/cli": "workspace:*"
  },
  "dependencies": {
    "autoprefixer": "10.4.22",
    "@tailwindcss/postcss": "4.1.17",
    "postcss": "8.5.6",
    "postcss-loader": "8.2.0",
    "postcss-preset-env": "10.4.0",
    "tailwindcss": "4.1.17",
    "postcss-import": "^16.1.1",
    "postcss-pxtorem": "^6.1.0"
  }
}
