{
  "name": "@cloudflare/chart-bar",
  "description": "Cloudflare bar chart presentational components",
  "version": "6.0.8",
  "main": "lib/index.js",
  "module": "es/index.js",
  "author": "Vasco Asturiano <vasco@cloudflare.com>",
  "license": "BSD-3-Clause",
  "publishConfig": {
    "access": "public",
    "main": "lib/index.js",
    "module": "es/index.js"
  },
  "dependencies": {
    "@cloudflare/component-text": "^5.1.3",
    "@cloudflare/elements": "^4.0.7",
    "polished": "^4.1.4",
    "prop-types": "^15.6.0",
    "react-nvd3": "NuCivic/react-nvd3#df1ce741a0bfb163b9dd4b737de8d1dd328782dd"
  },
  "peerDependencies": {
    "@cloudflare/style-const": "^6.0.0",
    "@cloudflare/style-container": "^8.0.0",
    "@cloudflare/style-provider": "^4.0.0",
    "react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0",
    "react-dom": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0"
  },
  "stratus": {
    "srcDirectory": "./src",
    "isStandAloneApp": false,
    "autoGeneratedReadme": true,
    "category": "analytics"
  },
  "scripts": {
    "test": "stratus test",
    "test-coverage": "stratus test --coverage",
    "test-watch": "stratus test --watch"
  }
}