{
  "name": "strc-scaleogram",
  "version": "2.0.11",
  "description": "Web component for a scaleogram visualization.",
  "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/strc-scaleogram/strc-scaleogram.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"
  },
  "devDependencies": {
    "@stencil/core": "^1.8.8",
    "@stencil/sass": "^1.1.1",
    "@types/jest": "24.0.25",
    "@types/puppeteer": "1.20.4",
    "jest": "24.9.0",
    "jest-cli": "24.9.0",
    "puppeteer": "1.20.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Symmetronic/strc-scaleogram"
  },
  "bugs": {
    "url": "https://github.com/Symmetronic/strc-scaleogram/issues"
  },
  "homepage": "https://github.com/Symmetronic/strc-scaleogram#readme",
  "author": "Symmetronic <simon@symmetronic.com>",
  "dependencies": {
    "chroma-js": "^2.1.0"
  }
}
