{
  "name": "@expertbridge-custom/plugin-chart-india-map",
  "version": "2.0.0",
  "description": "Expertbridge Chart - India Map",
  "pluginName": "IndiaMapPlugin",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "src/index.js",
  "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/expertbridge-custom-plugins"
  },
  "keywords": [
    "expertbridge"
  ],
  "author": "samanvaya-panda",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/samanvaya-panda/expertbridge-custom-plugins"
  },
  "homepage": "https://github.com/samanvaya-panda/expertbridge-custom-plugins#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@expertbridge-custom/chart-controls": "*",
    "@expertbridge-custom/core": "*",
    "d3": "^7.3.0",
    "d3-array": "^3.1.1",
    "echarts": "^5.3.1",
    "prop-types": "^15.8.1"
  }
}
