{
    "name": "@chsk/annotation",
    "version": "0.8.0",
    "author": "Tomasz Konopka",
    "description": "Components for chart annotation",
    "keywords": [
        "react",
        "visualization",
        "data visualization",
        "chart",
        "charts",
        "annotation"
    ],
    "exports": {
        "import": "./dist/chsk-annotation.es.js",
        "require": "./dist/chsk-annotation.umd.js"
    },
    "type": "module",
    "module": "./dist/chsk-annotation.es.js",
    "typings": "./dist/types/index.d.ts",
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/tkonopka/chsk.git",
        "directory": "packages/annotation"
    },
    "scripts": {
        "lint": "eslint --max-warnings 0 ./{src,tests,stories}/**/*{js,ts,tsx}",
        "test": "jest --json --outputFile tests/jest.json",
        "test-coverage": "jest --coverage",
        "build": "PACKAGE=annotation rollup -c ../../rollup.config.js && tsc"
    },
    "dependencies": {
        "@chsk/core": "^0.8.0",
        "d3-shape": "^3.2.0",
        "framer-motion": ">=7.0.0"
    },
    "devDependencies": {
        "@types/d3-shape": "^3.1.0"
    },
    "peerDependencies": {
        "react": ">= 17.0.2 < 19.0.0",
        "react-dom": ">= 17.0.2 < 19.0.0"
    },
    "license": "MIT",
    "files": [
        "README.md",
        "LICENSE.md",
        "dist/"
    ]
}
