{
  "name": "site-cmn-widgets",
  "version": "1.0.0",
  "description": "Stencil Component Starter",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/aegon-website-common-widgets/aegon-website-common-widgets.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "publish-package": "npm run build && npm publish",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@stencil/core": "^2.15.1",
    "@types/grecaptcha": "^3.0.4",
    "bulma": "^0.9.3",
    "google-maps": "^4.3.3",
    "node-sass": "^7.0.1",
    "swiper": "^8.0.6"
  },
  "devDependencies": {
    "@stencil/sass": "^1.5.2",
    "@types/jest": "^26.0.24",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3"
  },
  "license": "MIT"
}
