UNPKG

@furkot/export-ical

Version:

Generate iCalendar file from Furkot trip data.

41 lines (40 loc) 782 B
{ "name": "@furkot/export-ical", "version": "3.0.0", "description": "Generate iCalendar file from Furkot trip data.", "type": "module", "exports": "./lib/ical.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-ical.git" }, "license": "MIT", "keywords": [ "furkot-ical", "furkot", "roadtrip", "export", "planner", "calendar", "iCal" ], "dependencies": { "uuid": "~11" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, "scripts": { "test": "make check" }, "files": [ "index.js", "lib" ] }