{
  "name": "react-rating-charts",
  "version": "1.4.3",
  "description": "",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "type": "module",
  "scripts": {
    "clean": "tsc --build --clean",
    "test": "jest --coverage",
    "build": "tsc --build && tsc --build tsconfig.esm.json",
    "docs": "yarn run typedoc && npx serve docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juli-txt/react-rating-charts.git"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/cjs/index.d.ts"
    }
  },
  "author": "Julian Manz",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/juli-txt/react-rating-charts/issues"
  },
  "homepage": "https://github.com/juli-txt/react-rating-charts#readme",
  "dependencies": {
    "@testing-library/react": "^16.0.1",
    "@types/react": "^18.3.4",
    "@types/react-dom": "^18.3.0",
    "rating-charts.js": "1.3.2",
    "ts-node": "^10.9.2"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@testing-library/dom": "^10.4.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.5.1",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "ts-jest": "^29.2.5",
    "typedoc": "^0.26.6",
    "typedoc-plugin-missing-exports": "^3.0.0",
    "typescript": "5.4.5"
  }
}
