{
  "name": "@smallwebco/tinypivot-vue",
  "type": "module",
  "version": "1.2.0",
  "description": "TinyPivot Vue 3 - 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",
    "vue",
    "vue3",
    "vue-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/tinypivot-vue.js",
      "require": "./dist/tinypivot-vue.umd.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "main": "./dist/tinypivot-vue.umd.cjs",
  "module": "./dist/tinypivot-vue.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": "^3.3.0"
  },
  "dependencies": {
    "@tanstack/vue-table": "^8.20.0",
    "apexcharts": "^4.3.0",
    "vue3-apexcharts": "^1.7.0",
    "@smallwebco/tinypivot-core": "1.2.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.4",
    "typescript": "~5.3.3",
    "vite": "^6.4.2",
    "vite-plugin-dts": "^5.0.0",
    "vue": "^3.3.8",
    "vue-tsc": "^2.0.0"
  },
  "scripts": {
    "build": "vite build",
    "build:typecheck": "vue-tsc --noEmit && vite build",
    "dev": "vite build --watch"
  }
}