{
  "name": "@mescius/activereportsjs-react",
  "version": "6.2.0",
  "description": "ActiveReportsJS components for React",
  "author": "MESCIUS inc.",
  "license": "Commercial",
  "keywords": [
    "react",
    "activereports",
    "arjs",
    "reporting",
    "pagereport",
    "pagedocument",
    "viewer",
    "rdlx",
    "rdl"
  ],
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "lib/",
    "types/",
    "sbom/"
  ],
  "dependencies": {
    "@mescius/activereportsjs": "6.2.0",
    "react": "^16 || ^17 || ^18 || ^19"
  }
}