{
  "name": "@cbpds/web-components",
  "version": "0.0.1-develop.34",
  "description": "Web components for the CBP Design System.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/web-components/web-components.esm.js",
  "license": "CC0-1.0",
  "author": "Creative Services <CreativeServices@cbp.dhs.gov>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/US-CBP/design-system.git"
  },
  "homepage": "https://github.com/US-CBP/design-system/tree/develop/packages/web-components",
  "bugs": {
    "url": "https://github.com/US-CBP/design-system/issues"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "analyze": "cem analyze --stencil",
    "analyze:dev": "cem analyze --watch",
    "build": "stencil build --docs",
    "build-dev": "stencil build --dev --docs",
    "llms-docs": "storybook-llms-extractor --config llms.config.js",
    "start": "stencil build --dev --watch",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "storybook": "stencil build --docs && storybook dev -p 6006",
    "build-storybook": "storybook build",
    "build-pages": "stencil build --docs && storybook build --output-dir storybook-static"
  },
  "dependencies": {
    "@stencil/core": "4.15.0"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.0.2",
    "@custom-elements-manifest/analyzer": "^0.9.9",
    "@fluentui/storybook-llms-extractor": "^0.0.3",
    "@stencil/react-output-target": "0.5.3",
    "@stencil/sass": "3.0.7",
    "@stencil/store": "^2.1.3",
    "@storybook/addon-a11y": "^10.3.3",
    "@storybook/addon-docs": "^10.3.3",
    "@storybook/addon-themes": "^10.3.3",
    "@storybook/addon-vitest": "^10.3.3",
    "@storybook/web-components-vite": "^10.3.3",
    "@types/jest": "^27.5.2",
    "@types/node": "^24.5.1",
    "@vitest/browser-playwright": "^4.0.15",
    "@vitest/coverage-v8": "^4.0.15",
    "@wc-toolkit/jsx-types": "^1.5.2",
    "@whitespace/storybook-addon-html": "^9.0.0",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "lit": "^3.1.2",
    "playwright": "^1.58.2",
    "prettier": "^3.6.2",
    "puppeteer": "^23.1.1",
    "react-syntax-highlighter": "^15.6.6",
    "storybook": "^10.3.3",
    "storybook-addon-tag-badges": "^3.0.5",
    "vite": "^7.3.1",
    "vitest": "^4.0.15"
  },
  "keywords": [
    "CBP",
    "CBP Design System"
  ],
  "gitHead": "a66b7cf5fa15b70ad6c623e8c0037dcaf4ba0f2b"
}
