{
  "name": "recharts-to-png",
  "version": "3.0.1",
  "description": "This package converts a Recharts chart to a png.",
  "author": "Brandon M. Mitchell",
  "license": "MIT",
  "homepage": "https://github.com/brammitch/recharts-to-png#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brammitch/recharts-to-png.git"
  },
  "bugs": {
    "url": "https://github.com/brammitch/recharts-to-png/issues"
  },
  "workspaces": [
    "examples/next-app",
    "examples/next-pages",
    "lib"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "recharts",
    "svg",
    "download",
    "image",
    "save",
    "png",
    "react",
    "typescript"
  ],
  "scripts": {
    "build": "npm run clean && npm run build -w lib",
    "clean": "rimraf dist",
    "coverage": "npm run coverage -w lib",
    "demo:app": "npm run dev -w examples/next-app",
    "demo:pages": "npm run dev -w examples/next-pages",
    "format:check": "prettier --check \"./**/*.{ts,tsx,js,json}\"",
    "format:fix": "prettier --write \"./**/*.{ts,tsx,js,json}\"",
    "lint:check": "eslint . --ext .js,.ts,.tsx --color",
    "lint:fix": "eslint . --ext .js,.ts,.tsx --color --fix",
    "postversion": "git push && git push --tags",
    "prepare": "husky install",
    "release": "npm run build && commit-and-tag-version",
    "test": "npm run test -w lib",
    "watch": "npm run watch -w lib"
  },
  "peerDependencies": {
    "react": ">=16.8.3",
    "react-dom": ">=16.8.3",
    "recharts": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "recharts": {
      "optional": true
    }
  },
  "dependencies": {
    "html2canvas": "^1.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@next/eslint-plugin-next": "^13.5.6",
    "@types/node": "^18.7.6",
    "@typescript-eslint/eslint-plugin": "^6.9.1",
    "@typescript-eslint/parser": "^6.9.1",
    "commit-and-tag-version": "^10.1.0",
    "eslint": "^8.52.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.1",
    "prettier": "^3.0.3",
    "typescript": "^5.2.2"
  }
}
