{ "name": "ohsome2x", "version": "1.1.0", "description": "convenience library to query ohsome-api using nodejs", "main": "dist/Ohsome2X.js", "bin": { "ohsome2x-cli": "ohsome2x-cli/ohsome2x-cli.js" }, "files": [ "dist", "ohsome2x-cli" ], "scripts": { "watch": "watch 'npm run build' src", "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build ./tsconfig.json", "prepare": "npm run build" }, "repository": { "type": "git", "url": "ssh://git@gitlab.gistools.geog.uni-heidelberg.de:2022/giscience/big-data/ohsome/libs/ohsome2x.git" }, "keywords": [ "ohsome", "OpenStreetMap","OSM History", "OSM Analysis" ], "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", "minimist": "^1.2.5", "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.8.3", "watch": "^1.0.2" } }