{
  "name": "@stoddabr/react-tableau-embed-live",
  "version": "0.3.34",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:watch": "tsc && vite build --watch",
    "preview": "vite preview",
    "test": "jest"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/node": "^17.0.35",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@vitejs/plugin-react": "^3.0.0",
    "ajv": "^8.18.0",
    "babel-loader": "^10.0.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^30.2.0",
    "prettier": "2.6.2",
    "rollup-plugin-typescript-paths": "^1.3.0",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.0",
    "typescript": "^4.9.3",
    "vite": "^6.4.1",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/react-tableau-embed-live.umd.js",
  "module": "./dist/react-tableau-embed-live.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/react-tableau-embed-live.es.js",
      "require": "./dist/react-tableau-embed-live.umd.js"
    }
  },
  "description": "Embed your Tableau dashboards with confidence!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stoddabr/react-tableau-embed-live.git"
  },
  "keywords": [
    "tableau",
    "embed api v3",
    "visualization",
    "react",
    "dashboard"
  ],
  "author": "Brett Stoddard",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/stoddabr/react-tableau-embed-live/issues"
  },
  "homepage": "https://github.com/stoddabr/react-tableau-embed-live#readme",
  "engines": {
    "node": ">=22"
  },
  "overrides": {
    "ajv": "^8.18.0",
    "@microsoft/api-extractor": {
      "minimatch": "^10.2.4"
    }
  }
}
