@andreasnicolaou/overpass-client
Version:
A wrapper for the Overpass API to query OpenStreetMap data.
74 lines (73 loc) • 1.77 kB
JSON
{
"name": "@andreasnicolaou/overpass-client",
"version": "1.1.4",
"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"
]
},
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/axios-mock-adapter": "^1.10.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"axios-mock-adapter": "^2.1.0",
"globals": "^16.3.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"jest": "^30.0.5",
"prettier": "3.6.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"keywords": [
"overpass",
"openstreetmap",
"api",
"osm",
"geospatial",
"data-query",
"map",
"andreasnicolaou"
],
"dependencies": {
"axios": "^1.11.0",
"lru-cache": "^11.1.0",
"rxjs": "^7.8.2"
}
}