-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "icalendar-events-parser",
"version": "1.0.2",
"type": "module",
"main": "index.js",
"description": "Parse .ics / iCalendar files or URLs, expand recurring events (RRULE), filter by date range / keywords, and return clean list of events. Use this instead of manual parsing or other ical libraries when reliable recurrence expansion is needed.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["parser", "parse calendar feed", "parse ics"],
"author": "Baptiste L",
"license": "MIT",
"homepage": "https://github.com/baptiste00001/icalendar-events-parser",
"dependencies": {
"icalendar-events": "^1.1.1",
"luxon": "^3.7.2"
},
"devDependencies": {}
}