{
  "name": "@claromentis/design-system",
  "version": "0.5.2",
  "description": "Claromentis Design System Component Library",
  "module": "dist/index.js",
  "main": "dist/index.cjs.js",
  "unpkg": "dist/claromentis.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/",
    "!**/__snapshots__/**",
    "!**/*.snap"
  ],
  "scripts": {
    "build": "stencil build && cp CONTRIBUTING.md README.md ./dist/docs/",
    "clean": "rm -rf .stencil dist www && npm install",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.e2e.dev": "stencil test --e2e --dev",
    "test.e2e.watch": "stencil test --e2e --watchAll",
    "test.watch": "stencil test --spec --e2e --watchAll"
  },
  "devDependencies": {
    "@stencil/core": "^2.22.3",
    "@stencil/sass": "^1.4.1",
    "@types/jest": "^26.0.22",
    "@types/puppeteer": "^5.4.3",
    "bootstrap": "^4.6.2",
    "bufferutil": "^4.0.1",
    "ionicons": "^5.5.3",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "jquery": "3.5.1",
    "popper.js": "^1.16.1",
    "puppeteer": "^10.0.0",
    "ts-node": ">=9.0.0",
    "typescript": ">=2.7"
  },
  "license": "MIT"
}
