{
  "name": "hyperprop-charting-library",
  "version": "0.2.3",
  "description": "DEPRECATED legacy package — no longer maintained. The Hyperprop Charting Library is commercial software: a paid Hyperprop Commercial License is required to use it. It now ships as @hyperprop/charting-library (restricted access). Get a license at https://charts.hyperprop.com",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://charts.hyperprop.com",
  "keywords": [
    "deprecated",
    "charting",
    "commercial-license",
    "hyperprop"
  ],
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "index.cjs",
    "index.mjs",
    "index.d.ts",
    "README.md",
    "LICENSE.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
