{
  "name": "tiwi",
  "version": "2.1.0",
  "description": "React library to create components with Tailwind styles baked in.",
  "keywords": [
    "baqhub",
    "css",
    "javascript",
    "react",
    "react-native",
    "style",
    "tailwind",
    "typescript",
    "variants"
  ],
  "homepage": "https://github.com/baqhub/tiwi",
  "bugs": "https://github.com/baqhub/tiwi/issues",
  "license": "MIT",
  "author": "Baqhub",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baqhub/tiwi.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typesVersions": {
    "*": {
      "native": [
        "./dist/native.d.cts"
      ]
    }
  },
  "imports": {
    "#/*": "./src/*"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./native": {
      "import": "./dist/native.mjs",
      "require": "./dist/native.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "ts": "tsc --noEmit --watch",
    "build": "vp pack",
    "build:clean": "rm -rf ./dist",
    "check": "vp check",
    "lint": "vp lint",
    "fmt": "vp fmt",
    "test": "vp test run"
  },
  "dependencies": {
    "tailwind-merge": "^3.6.0"
  },
  "devDependencies": {
    "@testing-library/dom": "10.4.1",
    "@testing-library/react": "16.3.2",
    "@types/react": "19.2.16",
    "@types/react-dom": "19.2.3",
    "jsdom": "26.1.0",
    "oxlint-tsgolint": "0.23.0",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "typescript": "6.0.3",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.1.24",
    "vite-plus": "0.1.24",
    "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.24"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "resolutions": {
    "vite": "npm:@voidzero-dev/vite-plus-core@0.1.24",
    "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.24"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "packageManager": "yarn@4.16.0"
}
