{
  "name": "@sjsf/radix-icons",
  "version": "2.2.2",
  "description": "The svelte-radix based icons set for svelte-jsonschema-form",
  "license": "MIT",
  "keywords": [
    "icons",
    "radix",
    "form"
  ],
  "type": "module",
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "publishConfig": {
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x0k/svelte-jsonschema-form.git",
    "directory": "packages/radix-icons"
  },
  "bugs": "https://github.com/x0k/svelte-jsonschema-form/issues",
  "homepage": "https://x0k.github.io/svelte-jsonschema-form/",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js"
    }
  },
  "peerDependencies": {
    "@sjsf/form": "^2.2.2",
    "svelte": "^5.33.0",
    "svelte-radix": "^2.0.0"
  },
  "devDependencies": {
    "globals": "^16.3.0",
    "svelte": "~5.38.1",
    "svelte-radix": "^2.0.1",
    "@sjsf/form": "2.2.2",
    "testing": "1.0.8"
  },
  "svelte": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite dev",
    "build": "svelte-package && publint",
    "preview": "vite preview",
    "test": "npm run test:unit -- --run",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
    "lint": "prettier --check . && eslint .",
    "format": "prettier --write .",
    "test:integration": "playwright test",
    "test:unit": "vitest"
  }
}