{
  "name": "@zeainc/zea-web-components",
  "version": "3.0.3",
  "description": "Zea's web components library",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "unpkg": "dist/zea-web-components/zea-web-components.js",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "cross-env STENCIL_ENV=prod stencil build --docs",
    "start": "cross-env STENCIL_ENV=dev stencil build --dev --watch --serve",
    "test": "cross-env STENCIL_ENV=dev stencil test --spec --e2e",
    "test.watch": "cross-env STENCIL_ENV=dev stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "build:watch": "cross-env STENCIL_ENV=dev stencil build --watch",
    "release": "standard-version"
  },
  "devDependencies": {
    "@stencil/sass": "^1.3.2",
    "cross-env": "^7.0.2",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "standard-version": "^9.0.0"
  },
  "dependencies": {
    "@jaames/iro": "^5.1.5",
    "@juggle/resize-observer": "^3.1.3",
    "@stencil/core": "^2.0.1",
    "brace": "^0.11.1",
    "ionicons": "^5.2.3",
    "qrcode": "^1.4.4",
    "remarkable": "^2.0.1"
  },
  "license": "MIT",
  "standard-version": {
    "skip": {
      "commit": true
    }
  }
}
