{
  "name": "react-tabulix-core",
  "version": "0.1.3",
  "description": "Headless smart table engine for React — sorting, filtering, pagination, and row selection",
  "license": "MIT",
  "author": "Tabulix",
  "keywords": [
    "react",
    "table",
    "datagrid",
    "headless",
    "tabulix",
    "sorting",
    "filtering",
    "pagination"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "preinstall": "node ./dist/index.d.js",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "devDependencies": {
    "@types/react": "^19.0.10",
    "react": "^19.0.0",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "vitest": "^3.0.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
