{
  "name": "@gp-grid/core",
  "description": "A high-performance, framework-agnostic TypeScript data grid core with virtual scrolling",
  "private": false,
  "version": "0.23.2",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./dist/styles.css": "./dist/styles.css"
  },
  "author": "Giovanni Patruno (giovanni.patruno@outlook.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GioPat/gp-grid.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/GioPat/gp-grid/issues"
  },
  "homepage": "https://github.com/GioPat/gp-grid/tree/master/packages/core#readme",
  "type": "module",
  "keywords": [
    "grid",
    "data-grid",
    "datagrid",
    "table",
    "data-table",
    "datatable",
    "virtual-scroll",
    "virtualization",
    "typescript",
    "high-performance",
    "spreadsheet",
    "excel",
    "ag-grid-alternative",
    "lightweight",
    "framework-agnostic"
  ],
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^24.9.1",
    "lightningcss": "1.30.2",
    "tsdown": "^0.22.5",
    "typescript": "~5.9.0",
    "vitest": "^4.0.15"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown --clean --sourcemap",
    "build:production": "tsdown --clean --minify --treeshake --dts --tsconfig tsconfig.build.json",
    "build:worker": "node scripts/build-worker.ts",
    "test": "vitest",
    "bench": "vitest bench"
  }
}