{
    "version": "3.2.0",
    "name": "@highcharts/connectors-morningstar",
    "license": "https://shop.highcharts.com/contact/partner-data",
    "description": "Highcharts connectors for Morningstar Direct Web Services",
    "author": "Highsoft AS",
    "bugs": "https://www.highcharts.com/support/",
    "homepage": "https://www.highcharts.com/",
    "bin": "bin/connectors-morningstar.js",
    "main": "es-modules/index.js",
    "types": "es-modules/index.d.ts",
    "exports": {
        ".": {
            "import": "./code/es-modules/index.js",
            "types": "./code/es-modules/index.d.ts"
        },
        "./dws": {
            "import": "./code/es-modules/index-dws.js",
            "types": "./code/es-modules/index-dws.d.ts"
        }
    },
    "files": [
        "bin/",
        "demos/",
        "docs/",
        "es-modules/",
        "CHANGELOG.md",
        "LICENSE.txt",
        "*-morningstar.d.ts",
        "*-morningstar.js",
        "*-morningstar.src.js",
        "*-morningstar-dws.d.ts",
        "*-morningstar-dws.js",
        "*-morningstar-dws.src.js",
        "README.md"
    ],
    "keywords": [
        "Highcharts",
        "Dashboards",
        "Morningstar",
        "Time Series"
    ],
    "dependencies": {
        "marked": "^14.1.2"
    },
    "optionalDependencies": {
        "@highcharts/dashboards": ">=2.3.0"
    }
}
