{
  "name": "superset-plugin-echart-heatmap",
  "version": "0.0.2",
  "description": "Superset Plugin Echart Heatmap",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "private": false,
  "scripts": {
    "build": "npm run build-cjs && npm run build-esm && npm run ts-types",
    "build-cjs": "babel src --extensions \".ts,.tsx,.js,.jsx\" --copy-files --out-dir lib",
    "build-clean": "npm run clean && npm run build",
    "build-esm": "BABEL_OUTPUT=esm babel src --extensions \".ts,.tsx,.js,.jsx\" --copy-files --out-dir esm",
    "dev": "BABEL_OUTPUT=esm babel src --extensions \".ts,.tsx,.js,.jsx\" --watch --copy-files --out-dir esm",
    "prebuild": "rimraf {lib,esm,tsconfig.tsbuildinfo}",
    "postbuild": "npm run test",
    "ts-types": "tsc --build",
    "test": "jest"
  },
  "author": "My Name",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "echarts": "^5.3.0"
  },
  "peerDependencies": {
    "@superset-ui/chart-controls": "*",
    "@superset-ui/core": "*",
    "react": "^16.13.1"
  },
  "devDependencies": {
    "@airbnb/config-babel": "^2.0.1",
    "@babel/cli": "^7.16.0",
    "@types/jest": "^26.0.4",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "typescript": "^4.1.2"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AubakirovArman/superset-plugin-echart-heatmap.git"
  },
  "keywords": [
    "echarts",
    "superset",
    "heatmap"
  ],
  "bugs": {
    "url": "https://github.com/AubakirovArman/superset-plugin-echart-heatmap/issues"
  },
  "homepage": "https://github.com/AubakirovArman/superset-plugin-echart-heatmap#readme"
}
