{
  "name": "@synerise/ds-checkbox",
  "version": "1.2.38",
  "description": "Checkbox UI Component for the Synerise Design System",
  "license": "ISC",
  "repository": "synerise/synerise-design",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*.js": "./dist/*.js",
    "./dist/*": "./dist/*.js"
  },
  "files": [
    "/dist",
    "CHANGELOG.md",
    "CLAUDE.md",
    "README.md",
    "package.json",
    "LICENSE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "build:watch": "vite build --watch",
    "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
    "prepublish": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "types": "tsc --noEmit",
    "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
    "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
  },
  "sideEffects": [
    "dist/style/*",
    "*.less"
  ],
  "dependencies": {
    "@synerise/ds-typography": "^1.1.29"
  },
  "devDependencies": {
    "vitest": "4"
  },
  "peerDependencies": {
    "@synerise/ds-core": "*",
    "react": ">=16.9.0 <= 18.3.1",
    "styled-components": "^5.3.3"
  },
  "gitHead": "e1fece64a41fd18a78583ecb6c21ee00fe8c0759"
}
