{
  "version": "4.10.0",
  "name": "@optionswatch/lightweight-charts",
  "author": "TradingView, Inc.",
  "license": "Apache-2.0",
  "description": "Financial lightweight charts built with HTML5 canvas",
  "bugs": {
    "url": "https://github.com/tradingview/lightweight-charts/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tradingview/lightweight-charts.git"
  },
  "module": "dist/lightweight-charts.esm.production.js",
  "main": "index.js",
  "typings": "dist/typings.d.ts",
  "files": [
    "dist/**",
    "index.js"
  ],
  "keywords": [
    "financial-charting-library",
    "charting-library",
    "html5-charts",
    "canvas",
    "typescript",
    "charting",
    "charts"
  ],
  "dependencies": {
    "fancy-canvas": "0.2.2"
  }
}
