{
  "name": "@preset-sdk/embedded",
  "version": "0.3.1",
  "description": "Frontend SDK for embedding Preset data analytics into your own application",
  "access": "public",
  "keywords": [
    "preset",
    "frontend",
    "sdk",
    "superset",
    "embed",
    "embedded",
    "iframe",
    "dashboard",
    "chart",
    "analytics"
  ],
  "files": [
    "bundle",
    "lib",
    "dist"
  ],
  "main": "bundle/index.js",
  "module": "lib/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc ; babel src --out-dir lib --extensions '.ts,.tsx' ; webpack --mode production",
    "ci:release": "node ./release-if-necessary.js",
    "test": "jest"
  },
  "browserslist": [
    "last 3 chrome versions",
    "last 3 firefox versions",
    "last 3 safari versions",
    "last 3 edge versions"
  ],
  "dependencies": {
    "@superset-ui/switchboard": "^0.20.3",
    "jwt-decode": "^4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.12",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@types/jest": "^27.4.1",
    "axios": "^1.6.8",
    "babel-loader": "^8.2.3",
    "jest": "^27.5.1",
    "typescript": "^4.5.5",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/preset-io/frontend-sdk.git"
  },
  "homepage": "https://github.com/preset-io/frontend-sdk#readme",
  "bugs": {
    "url": "https://github.com/preset-io/frontend-sdk/issues"
  },
  "license": "Preset Cloud Website Dashboard SDK License Agreement",
  "author": "Preset"
}
