{
    "name": "@d3fc/d3fc-annotation",
    "version": "3.0.16",
    "description": "A collection of D3 components for rendering plot area annotations to SVG, including lines, crosshairs, gridlines and more",
    "license": "MIT",
    "keywords": [
        "d3",
        "d3fc",
        "annotation",
        "crosshair"
    ],
    "homepage": "https://github.com/d3fc/d3fc",
    "main": "build/d3fc-annotation.js",
    "module": "index",
    "repository": {
        "type": "git",
        "url": "https://github.com/d3fc/d3fc"
    },
    "scripts": {
        "bundle": "npx rollup -c ../../scripts/rollup.config.js",
        "start": "npm start  --prefix ../d3fc -- --configPkg=d3fc-annotation"
    },
    "dependencies": {
        "@d3fc/d3fc-data-join": "^6.0.3",
        "@d3fc/d3fc-rebind": "^6.0.1",
        "@d3fc/d3fc-series": "^6.1.3",
        "@d3fc/d3fc-shape": "^6.0.1"
    },
    "peerDependencies": {
        "d3-scale": "*",
        "d3-selection": "*"
    },
    "publishConfig": {
        "access": "public"
    }
}
