{
    "name": "@react-financial-charts/interactive",
    "version": "2.0.0",
    "description": "Interactive features for react-financial-charts",
    "publishConfig": {
        "access": "public"
    },
    "main": "./lib/index.js",
    "typings": "./lib/index.d.ts",
    "files": [
        "lib",
        "src"
    ],
    "sideEffects": false,
    "author": "Reactive Markets",
    "keywords": [
        "charts",
        "charting",
        "stockcharts",
        "finance",
        "financial",
        "finance-chart",
        "react",
        "d3"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/reactivemarkets/react-financial-charts.git"
    },
    "bugs": {
        "url": "https://github.com/reactivemarkets/react-financial-charts/issues"
    },
    "scripts": {
        "build": "npm run clean && npm run compile",
        "clean": "rimraf lib",
        "compile": "tsc -p tsconfig.json",
        "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput"
    },
    "dependencies": {
        "@react-financial-charts/coordinates": "^2.0.0",
        "@react-financial-charts/core": "^2.0.0",
        "d3-array": "^2.9.1",
        "d3-format": "^2.0.0",
        "d3-interpolate": "^2.0.1",
        "d3-path": "^2.0.0"
    },
    "peerDependencies": {
        "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
        "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
    },
    "gitHead": "281943c4c71e8fb9e48caff017bcf0e431854bb2"
}
