latlon2country/package.json

47 lines
1.2 KiB
JSON

{
"name": "latlon2country",
"version": "1.2.7",
"description": "Convert coordinates into the containing country",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://source.mapcomplete.org/MapComplete/latlon2country/",
"bugs": {
"url": "https://source.mapcomplete.org/MapComplete/latlon2country/issues"
},
"files": [
"/dist",
"README.md",
"tiles.zip",
"generator",
"LICENSE"
],
"scripts": {
"build": "tsc -project .",
"publish": "npm run build && npm publish",
"start": "parcel *.html client/*",
"test": "ts-node test.ts",
"generate-tiles": "cd generator && ts-node generate.ts"
},
"keywords": [
"osm",
"openStreetMap",
"country",
"reverse_geocoding"
],
"author": "Pieter Vander Vennet",
"license": "GPL-3.0-or-later",
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/turf": "^6.3.0",
"https": "^1.0.0",
"turf": "^3.0.14"
},
"devDependencies": {
"@types/node": "^14.14.10",
"jquery": "^3.5.1",
"js-yaml": "^3.14.0",
"osmtogeojson": "^3.0.0-beta.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}