{
  "name": "@insurup/table-adapter-react",
  "version": "0.1.42",
  "description": "React bindings for @insurup/table-adapter-core",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup && tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/ test/",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "vitest run --config vitest.config.e2e.ts",
    "test:e2e:watch": "vitest --config vitest.config.e2e.ts"
  },
  "keywords": [
    "tanstack-table",
    "react",
    "insurup",
    "adapter",
    "typescript"
  ],
  "author": "InsurUp Engineering",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/InsurUp/ts-toolkit.git",
    "directory": "packages/table-adapter-react"
  },
  "homepage": "https://github.com/InsurUp/ts-toolkit#readme",
  "bugs": {
    "url": "https://github.com/InsurUp/ts-toolkit/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^18 || ^19",
    "@tanstack/react-table": "^8"
  },
  "devDependencies": {
    "@insurup/test-helpers-e2e": "0.0.0",
    "@tanstack/react-table": "^8.21.3",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^25.8.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitest/coverage-v8": "^4.1.6",
    "jsdom": "^29.1.1",
    "react": "19.2.6",
    "react-dom": "19.2.6",
    "tsup": "^8.5.1",
    "vitest": "^4.1.6"
  },
  "dependencies": {
    "@insurup/table-adapter-core": "0.1.42"
  }
}
