{
    "name": "@nivo/bump",
    "version": "0.88.0",
    "license": "MIT",
    "author": {
        "name": "Raphaël Benitte",
        "url": "https://github.com/plouc"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/plouc/nivo.git",
        "directory": "packages/bump"
    },
    "keywords": [
        "nivo",
        "dataviz",
        "react",
        "d3",
        "charts",
        "bump-chart",
        "area-bump-chart"
    ],
    "main": "./dist/nivo-bump.cjs.js",
    "module": "./dist/nivo-bump.es.js",
    "types": "./dist/types/index.d.ts",
    "files": [
        "README.md",
        "LICENSE.md",
        "dist/",
        "!dist/tsconfig.tsbuildinfo"
    ],
    "dependencies": {
        "@nivo/axes": "0.88.0",
        "@nivo/colors": "0.88.0",
        "@nivo/core": "0.88.0",
        "@nivo/legends": "0.88.0",
        "@nivo/scales": "0.88.0",
        "@nivo/tooltip": "0.88.0",
        "@nivo/voronoi": "0.88.0",
        "@react-spring/web": "9.4.5 || ^9.7.2",
        "@types/d3-scale": "^4.0.8",
        "@types/d3-shape": "^3.1.6",
        "d3-scale": "^4.0.2",
        "d3-shape": "^3.2.0"
    },
    "peerDependencies": {
        "react": ">= 16.14.0 < 19.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "78a63f9308c89ae7912bc153c6c6864ff5ad8af9"
}
