UNPKG

@furkot/export-tomtom-ov2

Version:

Generate TomTom OV2 files from Furkot trip data.

41 lines (40 loc) 807 B
{ "name": "@furkot/export-tomtom-ov2", "version": "3.0.0", "description": "Generate TomTom OV2 files from Furkot trip data.", "type": "module", "exports": "./lib/ov2.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-tomtom-ov2.git" }, "license": "MIT", "keywords": [ "furkot-tomtom-ov2", "furkot", "roadtrip", "planner", "export", "TomTom", "OV2" ], "dependencies": { "diacritics": "^1.2.1" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, "scripts": { "test": "make check" }, "files": [ "index.js", "lib" ] }