{
  "name": "@cosmograph/react",
  "version": "2.3.2",
  "description": "Cosmograph React Wrapper",
  "author": "cosmograph-org",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "license": "CC-BY-NC-4.0",
  "dependencies": {
    "@cosmograph/cosmograph": "2.3.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0 || ^17 || ^18",
    "react-dom": ">=16.8.0 || ^17 || ^18"
  }
}