{
  "name": "@mindfiredigital/pivothead-web-component",
  "version": "1.0.17",
  "private": false,
  "type": "module",
  "description": "Web Component implementation of PivotHead for use in any JavaScript framework",
  "main": "dist/pivot-head.mjs",
  "module": "dist/pivot-head.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/*.map"
  ],
  "author": "Mindfiredigital",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mindfiredigital/PivotHead.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "keywords": [
    "pivothead-web-component",
    "pivot",
    "pivotTable",
    "table",
    "headless",
    "typescript",
    "react",
    "framework",
    "cli",
    "javascript",
    "npm-package",
    "spreadsheet",
    "data-drill-down",
    "data-analysis",
    "data-visualization",
    "dynamic-table",
    "data-aggregation",
    "data-grid",
    "interactive-reports",
    "data-exploration",
    "olap",
    "data-pivoting",
    "data-summarization",
    "business-intelligence",
    "analytics-tool",
    "no-code",
    "low-code",
    "component-based",
    "responsive-design",
    "components",
    "component",
    "modern",
    "plugin",
    "eslint",
    "web",
    "webpack",
    "css",
    "html"
  ],
  "dependencies": {
    "@mindfiredigital/pivothead": "1.22.1"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jsdom": "^21.1.6",
    "@types/node": "^20.0.0",
    "@vitest/ui": "^0.32.0",
    "jsdom": "^26.0.0",
    "rimraf": "^5.0.0",
    "rollup": "^4.53.3",
    "typescript": "^5.0.0",
    "vitest": "^0.32.0"
  },
  "peerDependencies": {
    "@webcomponents/webcomponentsjs": "^2.8.0"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c && tsc --emitDeclarationOnly",
    "dev": "rollup -c -w",
    "clean": "rimraf dist",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}