{
  "name": "@awell-health/navi-js-react",
  "version": "0.0.7",
  "type": "module",
  "description": "React components and hooks for integrating Navi care flows",
  "main": "dist/index.esm.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "navi",
    "awell",
    "health",
    "patient",
    "care",
    "react",
    "components"
  ],
  "author": "Awell Health",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/awell-health/navi",
    "directory": "packages/navi-react"
  },
  "bugs": {
    "url": "https://github.com/awell-health/navi/issues"
  },
  "homepage": "https://github.com/awell-health/navi#readme",
  "dependencies": {
    "@awell-health/navi-core": "0.0.7"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "@awell-health/navi-js": "0.0.7"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitejs/plugin-react": "^4.5.2",
    "eslint": "^9",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rollup": "^4.25.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5",
    "vitest": "^3.2.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c --watch",
    "clean": "rm -rf dist",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint src --ext .ts,.tsx"
  }
}