{
  "name": "@watching/clips-react",
  "version": "0.5.5",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public",
    "@watching:registry": "https://registry.npmjs.org"
  },
  "exports": {
    ".": {
      "types": "./build/typescript/index.d.ts",
      "quilt:source": "./source/index.ts",
      "quilt:esnext": "./build/esnext/index.esnext",
      "import": "./build/esm/index.mjs"
    }
  },
  "types": "./build/typescript/index.d.ts",
  "sideEffects": false,
  "dependencies": {
    "@preact/signals-core": "^1.8.0",
    "@remote-dom/core": "^1.5.0",
    "@remote-dom/react": "^1.2.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "@watching/clips": "^0.6.4"
  },
  "peerDependenciesMeta": {
    "@watching/clips": {
      "optional": false
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@watching/clips": "^0.6.4"
  },
  "scripts": {
    "build": "rollup --config configuration/rollup.config.js"
  }
}