{
    "name": "@stu-dev/nivo-arcs",
    "version": "0.84.6",
    "license": "MIT",
    "author": {
        "name": "Raphaël Benitte",
        "url": "https://github.com/plouc"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/plouc/nivo.git",
        "directory": "packages/arcs"
    },
    "keywords": [
        "nivo",
        "dataviz",
        "react",
        "d3",
        "arcs"
    ],
    "main": "./dist/nivo-arcs.cjs.js",
    "module": "./dist/nivo-arcs.es.js",
    "types": "./dist/types/index.d.ts",
    "files": [
        "README.md",
        "LICENSE.md",
        "dist/",
        "!dist/tsconfig.tsbuildinfo"
    ],
    "dependencies": {
        "@react-spring/web": "9.4.5 || ^9.7.2",
        "@stu-dev/nivo-colors": "0.84.6",
        "@stu-dev/nivo-core": "0.84.6",
        "@types/d3-shape": "^2.0.0",
        "d3-shape": "^1.3.5"
    },
    "peerDependencies": {
        "react": ">= 16.14.0 < 19.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "ea49693a6f02df9180ac3abba2357f9e2a9976cd"
}
