{
  "name": "@smallwebco/tinypivot-react",
  "type": "module",
  "version": "1.3.1",
  "description": "TinyPivot React - Lightweight data grid with free pivot tables, Pro charts, and optional AI Data Analyst.",
  "author": "Small Web, LLC",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://github.com/Small-Web-Co/tinypivot",
  "repository": {
    "type": "git",
    "url": "https://github.com/Small-Web-Co/tinypivot.git"
  },
  "bugs": {
    "url": "https://github.com/Small-Web-Co/tinypivot/issues"
  },
  "keywords": [
    "embedded-ai-data-analyst",
    "ai-enabled-data-grid",
    "ai-data-analyst",
    "conversational-analytics",
    "natural-language-query",
    "text-to-sql",
    "llm-data-analysis",
    "byok",
    "bring-your-own-key",
    "embedded-analytics",
    "conversational-bi",
    "react",
    "react-component",
    "datagrid",
    "data-grid",
    "pivot-table",
    "pivot",
    "table",
    "grid",
    "excel",
    "spreadsheet",
    "data-table",
    "ag-grid-alternative",
    "tanstack-table",
    "filtering",
    "sorting",
    "aggregation",
    "csv-export",
    "clipboard",
    "chart-builder",
    "lightweight"
  ],
  "sideEffects": [
    "*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@tanstack/react-table": "^8.20.0",
    "apexcharts": "^4.3.0",
    "react-apexcharts": "^1.6.0",
    "@smallwebco/tinypivot-core": "1.3.1"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^8.0.0",
    "typescript": "~5.3.3"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}