{
  "name": "ngx-lightweight-charts",
  "version": "19.0.0",
  "description": "Angular wrapper for Trading View lightweight-charts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamesbrobb/ngx-lightweight-charts.git"
  },
  "keywords": [
    "Angular",
    "TradingView",
    "lightweight-charts",
    "ngx"
  ],
  "author": "James Robb",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jamesbrobb/ngx-lightweight-charts/issues"
  },
  "homepage": "https://github.com/jamesbrobb/ngx-lightweight-charts#readme",
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0",
    "lightweight-charts": "^4.2.3",
    "deepmerge": "^4.3.1"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-lightweight-charts.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-lightweight-charts.mjs"
    }
  }
}