{
  "name": "d3-charts-viz-library",
  "type": "module",
  "version": "1.0.15",
  "description": "A comprehensive D3-based chart library with customizable charts and graphs",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "lint": "eslint src/**/*.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "d3",
    "d3js",
    "charts",
    "graphs",
    "visualization",
    "data-visualization",
    "dataviz",
    "svg",
    "javascript",
    "interactive-charts",
    "bar-chart",
    "line-chart",
    "pie-chart",
    "area-chart",
    "scatter-plot",
    "donut-chart",
    "radial-chart",
    "stacked-chart",
    "spiral-chart",
    "bubble-chart",
    "heatmap",
    "treemap",
    "dashboard",
    "analytics",
    "business-intelligence",
    "frontend",
    "web-components",
    "chart-library",
    "plotting",
    "statistical-charts",
    "responsive-charts",
    "animated-charts",
    "customizable",
    "playground"
  ],
  "author": {
    "name": "Amitesh Kumar",
    "url": "https://coderhub.fun/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/amtshkumar/chartlibrary"
  },
  "bugs": {
    "url": "https://github.com/amtshkumar/chartlibrary/issues"
  },
  "homepage": "https://coderhub.fun",
  "peerDependencies": {
    "d3": "^7.8.5"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.9.6",
    "eslint": "^8.56.0",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "d3": "^7.8.5"
  }
}
