{
  "name": "@swipebox/morphe-charts",
  "version": "177.0.13",
  "license": "Apache-2.0",
  "homepage": "https://github.com/man-o-to/morphe",
  "description": "A React UI chart component for Swipebox (forked from Pinterest's Gestalt)",
  "main": "dist/morphe-charts.js",
  "types": "dist/index.d.ts",
  "jsnext:main": "dist/morphe-charts.es.js",
  "module": "dist/morphe-charts.es.js",
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "recharts": "2.13.0"
  },
  "peerDependencies": {
    "@swipebox/morphe": ">0.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "build:prod": "NODE_ENV=production rollup -c rollup.config.js",
    "watch": "rollup -c rollup.config.js --watch"
  },
  "browserslist": [
    "last 2 versions",
    "not IE < 11",
    "not <1%"
  ],
  "keywords": [
    "chart",
    "design system",
    "morphe",
    "swipebox",
    "react",
    "ui library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/man-o-to/morphe"
  }
}
