{
  "name": "@kiwibyte/webcomponents",
  "version": "0.0.3",
  "description": "A collection of web components built with stencil",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/kiwibyte-web-components/kiwibyte-web-components.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",
    "generate": "stencil generate",
    "prepublish": "npm run build"

  },
  "devDependencies": {
    "@stencil/core": "1.4.0"
  },
  "license": "MIT"
}
