{
  "name": "ctt-web-components",
  "private": false,
  "version": "3.8.10",
  "type": "module",
  "main": "./dist/ctt-web-components.umd.js",
  "module": "./dist/ctt-web-components.es.js",
  "types": "./dist/core/index.d.ts",
  "bin": {
    "ctt-mcp-server": "bin/ctt-mcp-server.js"
  },
  "files": [
    "bin/**/*",
    "dist/**/*",
    "!dist/**/*.map",
    "!dist/index.html",
    "!dist/index.js",
    "mcp-server/dist/**/*",
    "mcp-server/data/**/*",
    "mcp-server/package.json",
    "mcp-server/README.md",
    "mcp-server/CONSUMER_GUIDE.md",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/ctt-web-components.es.js",
      "require": "./dist/ctt-web-components.umd.js",
      "default": "./dist/ctt-web-components.es.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react.js",
      "require": "./dist/react.js",
      "default": "./dist/react.js"
    },
    "./register": {
      "types": "./dist/core/register.d.ts",
      "import": "./dist/register.js",
      "default": "./dist/register.js"
    },
    "./dist/ctt-web-components.css": "./dist/ctt-web-components.css",
    "./styles": "./dist/styles/ctt-design-system.css",
    "./styles/*": "./dist/styles/*",
    "./dist/styles/*": "./dist/styles/*",
    "./dist/flags/*": "./dist/flags/*",
    "./dist/flags/countries.json": "./dist/flags/countries.json"
  },
  "typesVersions": {
    "*": {
      "react": [
        "dist/react/index.d.ts"
      ],
      "register": [
        "dist/core/register.d.ts"
      ],
      "dist/*": [
        "dist/*"
      ],
      "*": [
        "dist/core/index.d.ts"
      ]
    }
  },
  "description": "CTT Design System Web Components Library",
  "keywords": [
    "web-components",
    "lit",
    "design-system",
    "ctt",
    "ui-components"
  ],
  "author": "CTT Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ctt/pt.dni.design-system.git"
  },
  "bugs": {
    "url": "https://github.com/ctt/pt.dni.design-system/issues"
  },
  "homepage": "https://github.com/ctt/pt.dni.design-system#readme",
  "scripts": {
    "dev": "vite",
    "build": "node run-graphify.cjs && vite build && vite build --config vite.umd.config.ts && vite build --config vite.react.config.ts && vite build --config vite.register.config.ts && node copy-assets.cjs && tsc --project tsconfig.build.json && node fix-dts-imports.cjs",
    "build:mcp": "npm --prefix mcp-server run build",
    "build:all": "node sync-mcp-version.cjs && npm run build && npm run build:mcp",
    "sync-version": "node sync-mcp-version.cjs",
    "version": "node sync-mcp-version.cjs && git add mcp-server/package.json",
    "prepublishOnly": "npm run build:all",
    "preview": "vite preview",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:update-snapshots": "playwright test tests/e2e/vrt.spec.ts --update-snapshots",
    "test:a11y": "playwright test tests/e2e/a11y.spec.ts",
    "storybook": "cd src/storybook && npm run storybook",
    "storybook:new": "cd src/storybook && npm run storybook",
    "build-storybook": "cd src/storybook && npm run build-storybook",
    "create-component": "node src/scripts/create-component.js",
    "test:duplication": "jscpd src/ --threshold 5 --reporters console",
    "test:quality": "npm run type-check && npm run lint && npm run test:duplication && npm run test:unit && npm run test:e2e",
    "test:quality:fast": "npm run type-check && npm run lint && npm run test:duplication && npm run test:unit",
    "quality:report": "jscpd src/ --threshold 5 --reporters html --output .quality-report"
  },
  "dependencies": {
    "@lit/react": "^1.0.5",
    "csstype": "^3.2.3",
    "lit": "^3.3.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@axe-core/playwright": "^4.11.0",
    "@chromatic-com/storybook": "^4.0.1",
    "@emnapi/core": "^1.10.0",
    "@emnapi/runtime": "^1.10.0",
    "@eslint/js": "^9.39.2",
    "@playwright/test": "^1.59.1",
    "@storybook/addon-a11y": "^9.1.20",
    "@storybook/addon-docs": "^9.1.20",
    "@storybook/addon-vitest": "^9.1.20",
    "@storybook/web-components-vite": "^9.1.20",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^24.1.0",
    "@types/react": "^19.2.14",
    "@vitest/browser": "^3.2.6",
    "@vitest/coverage-v8": "^3.2.6",
    "cross-env": "^10.1.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-lit": "^2.1.1",
    "eslint-plugin-lit-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-wc": "^3.0.2",
    "globals": "^16.5.0",
    "jscpd": "^4.1.1",
    "jsdom": "^26.1.0",
    "playwright": "^1.59.1",
    "prettier": "^3.7.4",
    "storybook": "^9.1.20",
    "svgo": "^3.3.2",
    "ts-morph": "^28.0.0",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.50.0",
    "vite": "^8.0.16",
    "vitest": "^3.2.6"
  },
  "overrides": {
    "ws": "^8.21.0",
    "vite": "^8.0.16",
    "esbuild": "^0.28.1",
    "fast-uri": "^3.1.4",
    "@hono/node-server": "^2.0.11",
    "body-parser": "^1.20.6"
  }
}
