{
  "name": "@elastic/ems-client",
  "version": "8.6.3",
  "description": "JavaScript client library for the Elastic Maps Service",
  "main": "target/node/index.js",
  "browser": "target/web/index.js",
  "types": "target/index.d.ts",
  "scripts": {
    "prepare": "husky",
    "prelint": "tsc --noEmit",
    "lint": "prettier --check src/* && eslint .",
    "pretest": "yarn lint",
    "test": "jest",
    "build": "tsc --emitDeclarationOnly && yarn build-web && yarn build-node",
    "build-web": "BABEL_ENV=web babel src --extensions \".ts,.tsx\" --config-file=./babel.config.js --out-dir=target/web --delete-dir-on-start",
    "build-node": "BABEL_ENV=node babel src --extensions \".ts,.tsx\" --config-file=./babel.config.js --out-dir=target/node --delete-dir-on-start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/ems-client.git"
  },
  "keywords": [
    "kibana",
    "elasticsearch",
    "elastic maps service"
  ],
  "author": "Nick Peihl <nick.peihl@elastic.co>",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/elastic/ems-client/issues"
  },
  "homepage": "https://github.com/elastic/ems-client#readme",
  "dependencies": {
    "@types/geojson": "7946.0.15",
    "@types/topojson-client": "3.1.5",
    "chroma-js": "2.4.2",
    "lodash": "^4.17.21",
    "lru-cache": "^4.1.5",
    "maplibre-gl": "3.1.0",
    "semver": "^7.6.3",
    "topojson-client": "^3.1.0"
  },
  "devDependencies": {
    "@babel/cli": "7.26.4",
    "@babel/core": "7.26.0",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/preset-env": "7.26.0",
    "@babel/preset-typescript": "7.26.0",
    "@eslint/core": "0.10.0",
    "@eslint/js": "9.18.0",
    "@types/chroma-js": "2.4.5",
    "@types/eslint__js": "8.42.3",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.17.14",
    "@types/lru-cache": "5.1.1",
    "@types/node": "22.10.6",
    "@types/semver": "7.5.8",
    "@types/topojson-specification": "1.0.5",
    "@typescript-eslint/eslint-plugin": "8.20.0",
    "@typescript-eslint/parser": "8.20.0",
    "babel-jest": "29.7.0",
    "eslint": "9.18.0",
    "eslint-config-prettier": "10.0.1",
    "eslint-plugin-prettier": "5.2.2",
    "globals": "15.14.0",
    "husky": "9.1.7",
    "jest": "29.7.0",
    "prettier": "3.4.2",
    "ts-jest": "29.2.5",
    "typescript": "5.7.3",
    "typescript-eslint": "8.20.0"
  },
  "engines": {
    "node": ">=18 <=22"
  }
}
