{
  "name": "@wwog/react",
  "version": "1.6.1",
  "description": "A practical React component library providing declarative flow control and common UI utility components to make your React code more concise and readable.",
  "keywords": [
    "react",
    "components",
    "library",
    "utils",
    "declarative ui"
  ],
  "author": "wwog",
  "type": "module",
  "main": "dist/index.js",
  "sideEffects": false,
  "module": "dist/index.js",
  "types": "dist/index.d.mts",
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "homepage": "https://github.com/wwog/react",
  "license": "MIT",
  "scripts": {
    "build": "unbuild",
    "format": "biome format --write src",
    "check": "biome check --write src",
    "test:unit": "vitest run --browser.headless",
    "test:types": "tsc --noEmit --skipLibCheck",
    "all-suites": "pnpm run format && pnpm run check && pnpm run test:types && pnpm run test:unit",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@vitejs/plugin-react": "^4.4.1",
    "@vitest/browser": "^3.1.3",
    "@vitest/coverage-v8": "^3.1.3",
    "playwright": "^1.52.0",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.1.3",
    "vitest-browser-react": "^0.1.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "engines": {
    "node": ">= 20.0.0",
    "pnpm": ">=8.15.0"
  },
  "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}
