{
  "name": "@boxyhq/svelte-ui",
  "description": "Svelte UI components from BoxyHQ",
  "version": "3.4.0",
  "keywords": [
    "svelte",
    "boxyhq",
    "sso",
    "enterprise-features",
    "mitosis",
    "component-library"
  ],
  "homepage": "https://github.com/boxyhq/ui",
  "bugs": {
    "url": "https://github.com/boxyhq/ui/issues?q=is%3Aopen+is%3Aissue+label%3Asdk"
  },
  "license": "Apache-2.0",
  "scripts": {
    "dev": "vite dev",
    "build": "npm run package && vite build",
    "preview": "vite preview",
    "package": "svelte-kit sync && svelte-package && publint",
    "prepare": "npm run build",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
    "lint": "prettier --plugin-search-dir . --check . && eslint .",
    "format": "prettier --plugin-search-dir . --write ."
  },
  "exports": {
    "./shared": {
      "types": "./dist/shared/index.d.ts",
      "svelte": "./dist/shared/index.js"
    },
    "./sso": {
      "types": "./dist/sso/index.d.ts",
      "svelte": "./dist/sso/index.js"
    },
    "./dsync": {
      "types": "./dist/dsync/index.d.ts",
      "svelte": "./dist/dsync/index.js"
    }
  },
  "files": [
    "dist",
    "index.d.ts",
    "sso.d.ts",
    "dsync.d.ts",
    "shared.d.ts",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "peerDependencies": {
    "svelte": "^3.59.1 || ^4.1.0"
  },
  "devDependencies": {
    "@sveltejs/adapter-auto": "4.0.0",
    "@sveltejs/kit": "2.17.3",
    "@sveltejs/package": "2.3.10",
    "@sveltejs/vite-plugin-svelte": "5.0.3",
    "@typescript-eslint/eslint-plugin": "8.25.0",
    "@typescript-eslint/parser": "8.25.0",
    "eslint": "9.21.0",
    "eslint-config-prettier": "10.0.2",
    "eslint-plugin-svelte": "3.0.2",
    "prettier": "3.5.2",
    "prettier-plugin-svelte": "3.3.3",
    "prismjs": "1.29.0",
    "publint": "0.2.12",
    "svelte": "5.20.5",
    "svelte-check": "4.1.4",
    "tslib": "2.8.1",
    "typescript": "5.7.3",
    "vite": "6.2.0"
  },
  "type": "module"
}
