{
  "name": "@thewhitenigs/spectre-snap",
  "version": "1.0.18",
  "description": "Spectre Identity-as-a-Service — embeddable facial authentication for React",
  "type": "module",
  "main": "./dist/spectre-snap.cjs",
  "module": "./dist/spectre-snap.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/spectre-snap.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/spectre-snap.cjs"
      }
    },
    "./style.css": {
      "types": "./dist/style.css.d.ts",
      "default": "./dist/spectre-snap.css"
    }
  },
  "files": [
    "dist/spectre-snap.js",
    "dist/spectre-snap.js.map",
    "dist/spectre-snap.cjs",
    "dist/spectre-snap.cjs.map",
    "dist/spectre-snap.css",
    "dist/style.css.d.ts",
    "dist/index.d.ts",
    "dist/index.d.ts.map",
    "dist/index.d.cts",
    "dist/index.d.cts.map",
    "dist/snap",
    "dist/shared",
    "dist/features",
    "dist/components",
    "README.md",
    "CHANGELOG.md"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:lib": "vite build --mode lib",
    "preview": "vite preview",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "prepublishOnly": "npm run build:lib"
  },
  "keywords": [
    "spectre",
    "face-authentication",
    "identity",
    "biometric",
    "react",
    "snap"
  ],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": false
    }
  },
  "dependencies": {
    "@tanstack/react-query": "^5.100.9",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "framer-motion": "^11.18.2",
    "lucide-react": "^1.14.0",
    "motion": "^12.38.0",
    "radix-ui": "^1.4.3",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.5.0",
    "vaul": "^1.1.2",
    "zod": "^4.4.3",
    "zustand": "^5.0.13"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@tailwindcss/vite": "^4.3.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitest/ui": "^4.1.5",
    "esbuild": "^0.28.0",
    "eslint": "^10.3.0",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-react-refresh": "^0.5.2",
    "globals": "^17.6.0",
    "jsdom": "^29.1.1",
    "next-themes": "^0.4.6",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-router-dom": "^7.15.0",
    "shadcn": "^4.7.0",
    "tailwindcss": "^4.3.0",
    "tw-animate-css": "^1.4.0",
    "typescript": "~6.0.2",
    "typescript-eslint": "^8.59.2",
    "vite": "^8.0.10",
    "vite-plugin-dts": "^5.0.0",
    "vitest": "^4.1.5"
  }
}
