{
  "name": "@microblink/camera-manager",
  "version": "7.3.4",
  "author": "Microblink",
  "type": "module",
  "main": "./dist/camera-manager.js",
  "module": "./dist/camera-manager.js",
  "description": "Manages cameras and stream, provides both a headless component and a UI component",
  "files": [
    "dist",
    "types"
  ],
  "peerDependencies": {
    "@ark-ui/solid": "^5.30.0",
    "solid-js": "^1.9.11",
    "solid-zustand": "^1.8.1",
    "zustand": "^4.5.5"
  },
  "dependencies": {
    "type-fest": "^4.35.0"
  },
  "access": "public",
  "registry": "https://registry.npmjs.org/",
  "types": "./types/index.rollup.d.ts",
  "homepage": "https://github.com/microblink/web-sdks",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microblink/web-sdks.git"
  },
  "exports": {
    ".": {
      "types": "./types/index.rollup.d.ts",
      "import": "./dist/camera-manager.js"
    },
    "./package.json": "./package.json"
  }
}