{
  "name": "@ic3/reporting-api",
  "version": "9.1.1",
  "description": "icCube dashboards API",
  "homepage": "https://github.com/ic3-software/ic3-reporting-api",
  "repository": {
    "type": "git",
    "url": "https://github.com/ic3-software/ic3-reporting-api.git"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.1",
    "@mui/material": "7.3.6",
    "@mui/system": "7.3.6",
    "@mui/icons-material": "7.3.6",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "@ic3/common-api": "1.0.3",
    "@types/markerclustererplus": "^2.1.33",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "@vitejs/plugin-react": "^4.7.0",
    "rimraf": "^6.1.3",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.4",
    "@microsoft/api-extractor": "7.56.3"
  },
  "scripts": {
    "build": "rimraf dist && tsc --noEmit && vite build",
    "build-tar": "npm run build && npm pack && mv *.tgz dist/",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run build",
    "pack": "npm pack"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "icCube",
    "dashboards",
    "reporting",
    "api"
  ]
}