{
    "name": "@nivo/tooltip",
    "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/tooltip"
    },
    "main": "./dist/nivo-tooltip.cjs.js",
    "module": "./dist/nivo-tooltip.es.js",
    "types": "./dist/types/index.d.ts",
    "files": [
        "README.md",
        "LICENSE.md",
        "dist/",
        "!dist/tsconfig.tsbuildinfo"
    ],
    "dependencies": {
        "@nivo/core": "0.88.0",
        "@react-spring/web": "9.4.5 || ^9.7.2"
    },
    "peerDependencies": {
        "react": ">= 16.14.0 < 19.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "78a63f9308c89ae7912bc153c6c6864ff5ad8af9"
}
