{
  "name": "@synerise/ds-form",
  "version": "2.0.4",
  "description": "Form 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"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {
    "@synerise/ds-autocomplete": "^2.0.4",
    "@synerise/ds-button": "^2.0.3",
    "@synerise/ds-cruds": "^2.0.3",
    "@synerise/ds-divider": "^2.0.3",
    "@synerise/ds-icon": "^2.1.1",
    "@synerise/ds-input": "^2.0.4",
    "@synerise/ds-typography": "^2.0.3"
  },
  "peerDependencies": {
    "@synerise/ds-core": "*",
    "react": ">=16.9.0 <= 18.3.1",
    "styled-components": "^5.3.3",
    "vitest": "4"
  },
  "gitHead": "71f08fdaba8e7b80731e29a03883dc6a33f2b9db"
}
