{
  "name": "hy-design-system-demo",
  "version": "0.0.4",
  "description": "Stencil Component Starter",
  "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/hy-design-system-demo/hy-design-system-demo.js",
  "files": [
    "dist/",
    "www/",
    "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",
    "watchdocs": "node watchdocs.js",
    "build.watch": "concurrently 'stencil build --docs --watch --serve' 'yarn watchdocs'"
  },
  "devDependencies": {
    "@stencil/core": "^1.8.3",
    "@stencil/sass": "^1.1.1",
    "@types/jest": "24.0.25",
    "@types/jest-axe": "^3.2.1",
    "@types/puppeteer": "1.20.4",
    "jest": "24.9.0",
    "jest-axe": "^3.4.0",
    "jest-cli": "24.9.0",
    "puppeteer": "1.20.0"
  },
  "license": "MIT",
  "dependencies": {
    "axe-puppeteer": "^1.0.0",
    "breakpoint-sass": "^2.7.1",
    "concurrently": "^5.1.0",
    "minimist": "^1.2.0",
    "node-sass": "^4.13.1",
    "normalize.css": "^8.0.1"
  }
}