{
  "name": "medos-sdk",
  "version": "1.2.1",
  "description": "Medos SDK for managing appointments, meetings, and calendars in apps",
  "homepage": "https://github.com/MediLaunch/medos-sdk-react#readme",
  "bugs": {
    "url": "https://github.com/MediLaunch/medos-sdk-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MediLaunch/medos-sdk-react.git"
  },
  "license": "UNLICENSED",
  "author": "Harsh Raj Gupta",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./react": {
      "import": "./dist/react/index.js",
      "types": "./dist/react/index.d.ts"
    },
    "./vanilla": {
      "import": "./dist/vanilla/index.js",
      "types": "./dist/vanilla/index.d.ts"
    },
    "./core": {
      "import": "./dist/core/index.js",
      "types": "./dist/core/index.d.ts"
    },
    "./widget": {
      "import": "./dist/vanilla/widget.js",
      "types": "./dist/vanilla/widget.d.ts",
      "style": "./dist/vanilla/widget.css"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && npm run build:widget",
    "build:widget": "rollup -c rollup.config.js",
    "build:clean": "tsc --build --clean && tsc && npm run build:widget",
    "prepublishOnly": "npm run build:clean",
    "test": "vitest --run"
  },
  "dependencies": {
    "axios": "^1.12.2"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@vitest/ui": "^4.0.14",
    "fast-check": "^4.3.0",
    "happy-dom": "^20.0.11",
    "jsdom": "^27.0.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "rollup": "^4.28.1",
    "rollup-plugin-copy": "^3.5.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  },
  "keywords": [
    "medos",
    "healthcare",
    "appointment",
    "booking",
    "calendar",
    "clinic",
    "hospital",
    "medical",
    "react",
    "typescript",
    "sdk",
    "widget"
  ]
}
