{
  "name": "superset-plugin-chart-scatterplot",
  "version": "0.1.2",
  "description": "Superset Plugin Chart Scatterplot",
  "sideEffects": false,
  "main": "dist/lib.js",
  "module": "dist/esm.js",
  "files": [
    "dist"
  ],
  "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",
    "Prodbuild": "webpack --config webpack.config.js"
  },
  "author": "aldrin",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "echarts": "^5.4.0",
    "echarts-for-react": "^3.0.2",
    "webpack": "^5.74.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",
    "file-loader": "^6.2.0",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "typescript": "^4.1.2",
    "webpack-cli": "^4.10.0"
  }
}
