{
  "name": "@insight-health/lumi",
  "version": "0.0.1",
  "description": "Lumi SDK package for Insight Health AI",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "browser": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "insight",
    "health",
    "ai",
    "lumi",
    "sdk"
  ],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/insight-health-ai/insight-sdk-web.git",
    "directory": "packages/lumi"
  },
  "devDependencies": {
    "@insight-health/core": "0.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist",
    "build:wordpress": "rm -f wordpress/insight-lumi.zip && mkdir -p wordpress/insight-lumi && cp wordpress/insight-lumi.php wordpress/readme.txt wordpress/insight-lumi/ && cd wordpress && zip -r insight-lumi.zip insight-lumi/ && rm -rf insight-lumi"
  }
}