{
  "name": "highcharts-webcomponent",
  "version": "1.0.2",
  "description": "Minimal highcharts web component wrapper.",
  "main": "build/highcharts-wc.js",
  "module": "build/highcharts-wc.js",
  "unpkg": "build/highcharts-wc.js",
  "scripts": {
    "analyze": "wca analyze --format json --outFile custom-elements.json",
    "build": "tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ashubham/highcharts-webcomponent.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ashubham/highcharts-webcomponent/issues"
  },
  "homepage": "https://github.com/ashubham/highcharts-webcomponent#readme",
  "dependencies": {
    "tslib": "^1.10.0"
  },
  "peerDependencies": {
    "highcharts": ">=5.0.0",
    "lit-element": "^2.2.1"
  },
  "devDependencies": {
    "typescript": "^3.7.3"
  }
}
