UNPKG

@furkot/export-gpx

Version:

Generate GPX files from Furkot trip data.

42 lines (41 loc) 857 B
{ "name": "@furkot/export-gpx", "version": "6.0.0", "description": "Generate GPX files from Furkot trip data.", "type": "module", "exports": "./lib/furkot-gpx.js", "homepage": "https://trips.furkot.com", "author": { "name": "Damian Krzeminski", "email": "pirxpilot@code42day.com", "url": "https://code42day.com" }, "repository": { "type": "git", "url": "git+https://github.com/furkot/export-gpx.git" }, "license": "MIT", "keywords": [ "furkot-gpx", "furkot", "roadtrip", "planner", "GPX", "export" ], "dependencies": { "@furkot/garmin-data": "^2.1.0", "@furkot/guru-data": "^2.1.0", "@furkot/osmand-data": "^1.1.0", "gexode": "~3" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, "scripts": { "test": "make check" }, "files": [ "lib" ] }