{
  "name": "mwcpl",
  "version": "0.0.5",
  "description": "Master's Web Component Pattern Library",
  "keywords": [
    "stencil.js",
    "web components",
    "pattern library",
    "master's project"
  ],
  "author": {
    "name": "Žan Ožbot",
    "email": "zan.ozbot@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zanozbot/mwcpl"
  },
  "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/mwcpl/mwcpl.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^1.17.3",
    "@stencil/sass": "^1.3.2"
  },
  "license": "MIT"
}
