{
  "name": "@signal-web-ui/react",
  "version": "0.1.12",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/signal-web-ui/signal-web-ui.git",
    "directory": "packages/react"
  },
  "homepage": "https://github.com/signal-web-ui/signal-web-ui",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./components": {
      "types": "./dist/components.d.ts",
      "import": "./dist/components.js",
      "require": "./dist/components.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@stencil/react-output-target": "^1.4.0",
    "@signal-web-ui/core": "0.1.12"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.7",
    "@types/react": "^18.3.6",
    "@types/react-dom": "^18.3.1",
    "typescript": "^5.6.3",
    "@signal-web-ui/tsconfig": "0.1.12"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "pnpm run typecheck"
  }
}