{
  "name": "@sjsf/radix-icons",
  "version": "3.6.0",
  "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": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js"
    },
    "./extra/*": {
      "types": "./dist/extra/*.d.ts",
      "svelte": "./dist/extra/*"
    }
  },
  "peerDependencies": {
    "@sjsf/form": "^3.5.0",
    "svelte": "^5.34.8",
    "svelte-radix": "^2.0.0 || ^3.0.0"
  },
  "devDependencies": {
    "globals": "17.6.0",
    "svelte": "^5.55.5",
    "svelte-radix": "^3.0.2",
    "@sjsf/form": "3.6.0",
    "theme-testing": "1.0.27"
  },
  "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"
  }
}