UNPKG

@furkot/export-kml

Version:

Generate KML file from Furkot trip data.

39 lines (38 loc) 740 B
{ "name": "@furkot/export-kml", "version": "5.0.0", "description": "Generate KML file from Furkot trip data.", "homepage": "https://trips.furkot.com", "type": "module", "exports": "./lib/kml.js", "author": { "name": "Damian Krzeminski", "email": "pirxpilot@code42day.com", "url": "https://code42day.com" }, "repository": { "type": "git", "url": "git+https://github.com/furkot/export-kml.git" }, "license": "MIT", "keywords": [ "furkot-kml", "furkot", "roadtrip", "export", "planner", "KML" ], "dependencies": { "gexode": "~3" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, "scripts": { "test": "make check" }, "files": [ "lib" ] }