{
  "name": "esri-leaflet",
  "description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
  "version": "3.0.16",
  "author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
  "bugs": {
    "url": "https://github.com/esri/esri-leaflet/issues"
  },
  "contributors": [
    "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
    "John Gravois (https://johngravois.com)",
    "Gavin Rehkemper <grehkemper@esri.com> (https://gavinr.com)",
    "Jacob Wasilkowski (https://jwasilgeo.github.io)"
  ],
  "dependencies": {
    "@terraformer/arcgis": "^2.1.0",
    "tiny-binary-search": "^1.0.3"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.3.0",
    "chai": "4.3.7",
    "chokidar-cli": "^3.0.0",
    "eslint": "^9.24.0",
    "eslint-config-mourner": "^4.0.2",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-import-x": "^4.10.2",
    "gh-release": "^7.0.1",
    "highlight.js": "^11.7.0",
    "http-server": "^14.1.1",
    "husky": "^1.1.1",
    "karma": "^6.4.1",
    "karma-chrome-launcher": "^3.1.1",
    "karma-coverage": "^2.2.0",
    "karma-edgium-launcher": "github:matracey/karma-edgium-launcher",
    "karma-firefox-launcher": "^2.1.2",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-safari-launcher": "~1.0.0",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.8",
    "leaflet": "^1.6.0",
    "mkdirp": "^1.0.4",
    "mocha": "^10.2.0",
    "npm-run-all": "^4.1.5",
    "prettier": "3.5.3",
    "rollup": "^2.79.1",
    "sinon": "^15.0.1",
    "sinon-chai": "3.7.0"
  },
  "files": [
    "src/**/*.js",
    "dist/esri-leaflet.js",
    "dist/esri-leaflet.js.map",
    "dist/esri-leaflet-debug.js.map",
    "dist/siteData.json",
    "profiles/*.js"
  ],
  "homepage": "https://developers.arcgis.com/esri-leaflet/",
  "module": "src/EsriLeaflet.js",
  "jsnext:main": "src/EsriLeaflet.js",
  "jspm": {
    "registry": "npm",
    "format": "es6",
    "main": "src/EsriLeaflet.js"
  },
  "keywords": [
    "arcgis",
    "esri",
    "esri leaflet",
    "gis",
    "leaflet plugin",
    "mapping"
  ],
  "license": "Apache-2.0",
  "main": "dist/esri-leaflet-debug.js",
  "peerDependencies": {
    "leaflet": "^1.0.0"
  },
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git@github.com:Esri/esri-leaflet.git"
  },
  "scripts": {
    "build": "rollup -c profiles/debug.js & rollup -c profiles/production.js",
    "lint": "npm run eslint && npm run prettier",
    "eslint": "eslint .",
    "eslintfix": "npm run eslint -- --fix",
    "prettier": "npx prettier . --check",
    "prettierfix": "npx prettier . --write",
    "prebuild": "mkdirp dist",
    "pretest": "npm run build",
    "release": "./scripts/release.sh",
    "start-watch": "chokidar src -c \"npm run build\"",
    "start": "run-p start-watch serve",
    "serve": "http-server -p 5000 -c-1 -o",
    "test": "npm run lint && karma start"
  },
  "unpkg": "dist/esri-leaflet-debug.js",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  }
}
