{
  "name": "@tanstack/react-table",
  "author": "Tanner Linsley",
  "version": "8.10.7",
  "description": "Headless UI for building powerful tables & datagrids for React.",
  "license": "MIT",
  "homepage": "https://github.com/tanstack/table#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tanstack/table.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react",
    "table",
    "react-table",
    "datagrid"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "module": "build/lib/index.esm.js",
  "main": "build/lib/index.js",
  "types": "build/lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/lib/index.d.ts",
      "import": "./build/lib/index.mjs",
      "default": "./build/lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=12"
  },
  "files": [
    "build/lib/*",
    "build/umd/*",
    "src"
  ],
  "dependencies": {
    "@tanstack/table-core": "8.10.7"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  }
}
