{
  "name": "@tanstack/angular-table",
  "version": "8.21.4",
  "description": "Headless UI for building powerful tables & datagrids for Angular.",
  "author": "Tanner Linsley",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/table.git",
    "directory": "packages/angular-table"
  },
  "homepage": "https://tanstack.com/table",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "angular",
    "table",
    "angular-table",
    "datagrid"
  ],
  "type": "module",
  "module": "build/lib/esm2022/index.mjs",
  "types": "build/lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/lib/index.d.ts",
      "esm": "./build/lib/esm2022/index.mjs",
      "esm2022": "./build/lib/esm2022/index.mjs",
      "default": "./build/lib/fesm2022/tanstack-angular-table.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "build/lib/*",
    "src"
  ],
  "dependencies": {
    "tslib": "^2.6.2",
    "@tanstack/table-core": "8.21.3"
  },
  "devDependencies": {
    "@analogjs/vite-plugin-angular": "^1.11.0",
    "@analogjs/vitest-angular": "^1.11.0",
    "@angular/core": "^17.3.9",
    "@angular/platform-browser": "^17.3.9",
    "@angular/platform-browser-dynamic": "^17.3.9",
    "ng-packagr": "^17.3.0",
    "typescript": "5.4.5",
    "vitest": "^1.6.0"
  },
  "peerDependencies": {
    "@angular/core": ">=17"
  },
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf ./build",
    "test:types": "tsc --noEmit && vitest --typecheck",
    "test:lib": "vitest",
    "test:lib:dev": "vitest --watch",
    "build": "ng-packagr -p ng-package.json -c tsconfig.build.json && rimraf ./build/lib/package.json"
  }
}