{
  "name": "highcharts-custom-events",
  "version": "4.0.2",
  "description": "Plugin that allows you to add extra events, like double / right click on each chart element, for Highcharts.",
  "main": "js/customEvents.js",
  "types": "js/customEvents.d.ts",
  "exports": {
    ".": {
      "import": "./js/customEvents.js",
      "require": "./js/customEvents.js",
      "types": "./js/customEvents.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blacklabel/custom_events.git"
  },
  "keywords": [
    "highcharts",
    "highstock",
    "highmaps",
    "events",
    "highcharts-addon"
  ],
  "author": "Black Label <start@blacklabel.pl> (http://blacklabel.pl)",
  "license": "SEE LICENSE IN license.txt",
  "bugs": {
    "url": "https://github.com/blacklabel/custom_events/issues"
  },
  "homepage": "https://github.com/blacklabel/custom_events#readme",
  "files": [
    "js/customEvents.js",
    "js/customEvents.d.ts"
  ],
  "scripts": {
    "lint": "eslint ts/**/*.ts",
    "lint:fix": "eslint ts/**/*.ts --fix",
    "typecheck": "tsc --noEmit",
    "prebuild": "npm run typecheck",
    "build": "gulp build",
    "build:watch": "gulp watch",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.3",
    "@typescript-eslint/eslint-plugin": "^8.39.1",
    "@typescript-eslint/parser": "^8.39.1",
    "ansi-colors": "^4.1.3",
    "del": "^8.0.0",
    "eslint": "^9.33.0",
    "fancy-log": "^2.0.0",
    "google-closure-compiler": "^20250813.0.0",
    "gulp": "^5.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-bump": "^3.2.0",
    "gulp-eslint": "^6.0.0",
    "gulp-filter": "^9.0.1",
    "gulp-git": "^2.11.0",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.4",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "through2": "^4.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.3",
    "yargs": "^18.0.0"
  },
  "peerDependencies": {
    "highcharts": ">=9.0.0"
  }
}