UNPKG

icalendar-events

Version:

A RFC5545 compliant parser for iCalendar VEVENT with time zone support and accurate recurring events generation.

45 lines (44 loc) 1.07 kB
{ "name": "icalendar-events", "version": "1.1.1", "description": "A RFC5545 compliant parser for iCalendar VEVENT with time zone support and accurate recurring events generation.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist/ && npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/baptiste00001/iCalendarEvents.git" }, "keywords": [ "iCalendar", "RFC5545", "parser", "VEVENT", "event", "TZID", "timezone", "RRULE", "recurrence", "RDATE", "EXDATE" ], "author": "Baptiste L", "license": "MIT", "bugs": { "url": "https://github.com/baptiste00001/iCalendarEvents/issues" }, "homepage": "https://github.com/baptiste00001/iCalendarEvents#readme", "type": "module", "dependencies": { "luxon": "^3.7.2" }, "devDependencies": { "@types/luxon": "^3.7.1", "@types/node": "^22.14.0", "eslint": "^9.31.0", "typescript": "^5.8.3" } }