{
  "name": "@infinite-table/infinite-react",
  "description": "Infinite Table for React",
  "keywords": [
    "react",
    "infinite-table",
    "react-table",
    "table",
    "datagrid",
    "react-datagrid",
    "react-infinite"
  ],
  "config": {
    "//": "// configures where the build artifacts will be placed - taken into account by the 'build' script and others",
    "outdir": "dist"
  },
  "author": {
    "name": "Infinite Table",
    "email": "admin@infinite-table.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/infinite-table/infinite-react.git"
  },
  "bugs": {
    "url": "https://github.com/infinite-table/infinite-react/issues"
  },
  "version": "8.0.5",
  "main": "index.js",
  "module": "index.mjs",
  "typings": "index.d.ts",
  "peerDependencies": {
    "react": ">=18"
  },
  "license": "Commercial & Open Source",
  "//": "will be updated at build time",
  "publishedAt": 1783336237156
}