{
  "name": "@improved-octo-succotash/plugin-chart-india-map",
  "version": "0.0.3",
  "description": "Superset Chart - India Map",
  "pluginName": "IndiaMapPlugin",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "src/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "scripts": {
    "test": "jest --coverage --verbose --passWithNoTests",
    "tdd": "NODE_ENV=test jest --watch",
    "build": "NODE_ENV=development webpack --mode=development --colors",
    "build:watch": "NODE_ENV=development webpack --mode=development --colors --watch",
    "build:prod": "BABEL_ENV=production babel src -d dist --verbose --extensions \".ts,.tsx,.js,.jsx \" --ignore \"src/**/*.test.tsx\",\"src/*.test.js\",\"src/**/*.mock.js\",\"src/**/*.stories.tsx\",\"src/**/__stories__/*\",\"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
    "build:esm": "ESM=true BABEL_ENV=production babel src -d esm --verbose --extensions \".ts,.tsx,.js,.jsx \" --ignore \"src/**/*.test.tsx\",\"src/*.test.js\",\"src/**/*.mock.js\",\"src/**/*.stories.tsx\",\"src/**/__stories__/*\",\"src/**/__mocks__/*\",\"src/**/__tests__/*\""
  },

  "repository": {
    "type": "git",
    "url": "git+https://github.com/samanvaya-panda/superset-custom-plugins"
  },
  "keywords": [
    "superset"
  ],
  "author": "samanvaya-panda",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/samanvaya-panda/superset-custom-plugins"
  },
  "homepage": "https://github.com/samanvaya-panda/superset-custom-plugins#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@superset-ui/chart-controls": "0.17.64",
    "@superset-ui/core": "0.17.64",
    "d3": "^3.5.17",
    "d3-array": "^2.0.3",
    "echarts": "^5.1.2",
    "prop-types": "^15.6.2"
  }
}
