{ "name": "@nivo/annotations", "version": "0.99.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/annotations" }, "keywords": [ "nivo", "dataviz", "react", "charts", "annotations" ], "main": "./dist/nivo-annotations.cjs.js", "module": "./dist/nivo-annotations.mjs", "types": "./dist/types/index.d.ts", "files": [ "README.md", "LICENSE.md", "dist/", "!dist/tsconfig.tsbuildinfo" ], "dependencies": { "@nivo/colors": "workspace:*", "@nivo/core": "workspace:*", "@nivo/theming": "workspace:*", "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", "lodash": "^4.17.21" }, "peerDependencies": { "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/nivo-annotations.mjs", "require": "./dist/nivo-annotations.cjs.js" } } }