{ "name": "ohsome2x", "version": "1.0.0", "description": "convenience library to query ohsome-api using nodejs", "main": "Ohsome2X.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build ./tsconfig.json" }, "repository": { "type": "git", "url": "ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/libs/ohsome2x.git" }, "keywords": [ "ohsome" ], "author": "M. Auer (HeiGIT)", "license": "MIT", "dependencies": { "@turf/area": "^6.0.1", "@turf/helpers": "^6.1.4", "@turf/invariant": "^6.1.2", "axios": "^0.19.0", "inquirer": "^7.1.0", "moment": "^2.24.0", "normalize-url": "^4.3.0", "papaparse": "^5.0.0", "pg-async": "^3.1.0", "proj4": "^2.5.0", "querystring": "^0.2.0", "reproject": "^1.2.4", "tslib": "^1.10.0" }, "devDependencies": { "@types/node": "^12.6.2", "@types/papaparse": "^5.0.0", "@types/pg": "^7.4.14", "@types/proj4": "^2.5.0", "typescript": "^3.5.3" } }