{
  "name": "ce-la-react",
  "version": "0.3.2",
  "type": "module",
  "description": "Create a React component from a custom element.",
  "author": "@muxinc",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/muxinc/ce-la-react#readme",
  "bugs": {
    "url": "https://github.com/muxinc/ce-la-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muxinc/ce-la-react.git"
  },
  "main": "dist/ce-la-react.js",
  "types": "dist/ce-la-react.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "biome lint src/*",
    "build:esm": "esbuild 'src/*' --format=esm --outdir=dist",
    "build:types": "tsc --outDir dist",
    "build": "run-s build:*",
    "watch": "run-p 'build:esm -- --watch=forever' 'build:types -- --watch'",
    "pretest": "esbuild 'test/*.tsx' --bundle --outdir=tmp --define:process.env.NODE_ENV=\\\"test\\\"",
    "test": "run-s test:*",
    "test:18": "wet test test/test-react18.html --coverage",
    "test:19": "wet test test/test-react19.html --coverage",
    "prepublishOnly": "run-s lint build"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/react": "^19.0.1",
    "@types/react-dom": "^19.0.2",
    "esbuild": "^0.24.0",
    "npm-run-all": "^4.1.5",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "typescript": "^5.7.2",
    "wet-run": "^1.2.5",
    "zora": "^6.0.0"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  }
}
