{
  "name": "@cobalt-design-system/web-components",
  "version": "1.0.2",
  "description": "Web-components for Colbat Design System.",
  "main": "dist/index.cjs.js",
  "module": "dist/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",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/Pollux-Docaposte/cobalt-designsystem.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "stencil:build": "stencil build",
    "stencil:watch": "stencil build --docs --watch",
    "stencil:generate": "stencil generate",
    "test": "stencil test --spec",
    "test.watch": "stencil test --spec --watchAll",
    "storybook:start": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "release": "release-it"
  },
  "release-it": {
    "git": false,
    "npm": {
      "publish": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@pollux-docaposte/core-design-system": "^1.0.2",
    "@stencil/angular-output-target": "^0.8.4",
    "@stencil/core": "^4.7.0",
    "@stencil/react-output-target": "^0.5.3",
    "@stencil/vue-output-target": "^0.8.7",
    "@storybook/addon-a11y": "^8.0.6",
    "@storybook/addon-essentials": "^8.0.6",
    "@storybook/addon-interactions": "^8.0.6",
    "@storybook/addon-links": "^8.0.6",
    "@storybook/addon-themes": "^8.1.6",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.2",
    "@storybook/blocks": "^8.0.6",
    "@storybook/html": "^8.0.6",
    "@storybook/html-webpack5": "^8.0.6",
    "@storybook/test": "^8.0.6",
    "@types/jest": "^29.5.6",
    "@types/node": "^16.18.11",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^21.9.0",
    "storybook": "^8.0.6"
  },
  "license": "MIT"
}
