{
  "name": "@vizbl/shopify-room-viewer",
  "type": "module",
  "version": "0.0.6",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@tanstack/react-query": "5.90.12",
    "axios": "^1.13.2",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "selector-observer": "^2.1.6",
    "zod": "^3.25.76",
    "@neurodyn/react-room-viewer": "0.0.6"
  },
  "devDependencies": {
    "@rsbuild/core": "1.7.1",
    "@rsbuild/plugin-react": "1.4.2",
    "@rslib/core": "^0.18.6",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@types/react": "^19.2.4",
    "@types/react-dom": "19.2.3",
    "eslint": "9.39.1",
    "happy-dom": "^17.6.3",
    "typescript": "^5.9.3",
    "vitest": "^3.0.5"
  },
  "scripts": {
    "dev": "rslib build --watch",
    "build": "rslib build",
    "test": "vitest run",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "tsc --noEmit"
  }
}