{
  "name": "@andreasnicolaou/overpass-client",
  "version": "1.1.3",
  "description": "A wrapper for the Overpass API to query OpenStreetMap data.",
  "main": "dist/index.js",
  "private": false,
  "types": "dist/types/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "format": "prettier --write .",
    "lint": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andreasnicolaou/overpass-client.git"
  },
  "bugs": {
    "url": "https://github.com/andreasnicolaou/overpass-client/issues"
  },
  "author": "Andreas Nicolaou <anicolaou66@gmail.com>",
  "license": "MIT",
  "jest": {
    "transform": {
      "^.+\\.(ts)$": [
        "ts-jest",
        {
          "isolatedModules": true
        }
      ]
    },
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ]
  },
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/axios-mock-adapter": "^1.9.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.3",
    "@typescript-eslint/eslint-plugin": "^8.31.1",
    "@typescript-eslint/parser": "^8.31.0",
    "axios-mock-adapter": "^2.1.0",
    "globals": "^16.0.0",
    "eslint": "^9.25.1",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.2.6",
    "jest": "^29.7.0",
    "prettier": "3.5.3",
    "ts-jest": "^29.3.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "overpass",
    "openstreetmap",
    "api",
    "osm",
    "geospatial",
    "data-query",
    "map",
    "andreasnicolaou"
  ],
  "dependencies": {
    "axios": "^1.9.0",
    "lru-cache": "^11.1.0",
    "rxjs": "^7.8.2"
  }
}
