{
  "name": "tailwind-api-utils",
  "type": "module",
  "version": "1.0.3",
  "description": "utils using the Tailwind API",
  "author": "Stephen Zhou <hi@hyoban.cc>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/hyoban",
  "homepage": "https://github.com/hyoban/tailwind-api-utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyoban/tailwind-api-utils.git"
  },
  "bugs": "https://github.com/hyoban/tailwind-api-utils/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "tailwindcss": "^3.3.0 || ^4.0.0 || ^4.0.0-beta"
  },
  "dependencies": {
    "enhanced-resolve": "^5.18.1",
    "jiti": "^2.4.2",
    "local-pkg": "^1.1.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.14.1",
    "@antfu/ni": "^25.0.0",
    "@antfu/utils": "^9.2.0",
    "@types/node": "^22.15.30",
    "bumpp": "^10.1.1",
    "eslint": "^9.28.0",
    "esno": "^4.8.0",
    "lint-staged": "^16.1.0",
    "pnpm": "^10.12.1",
    "simple-git-hooks": "^2.13.0",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vite": "^6.3.5",
    "vitest": "^3.2.2"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "release": "bumpp && pnpm publish",
    "start": "esno src/index.ts",
    "test": "CI=1 pnpm --recursive run test",
    "typecheck": "tsc --noEmit"
  }
}