mirror of
https://github.com/Xevion/schedule-extract.git
synced 2025-12-06 01:16:15 -06:00
16 lines
393 B
JSON
16 lines
393 B
JSON
{
|
|
"name": "schedule-extract",
|
|
"version": "0.0.1",
|
|
"main": "index.ts",
|
|
"license": "MIT",
|
|
"description": "Extract schedule information into ICS files from Student Registration system",
|
|
"repository": "https://github.com/Xevion/schedule-extract",
|
|
"author": "Xevion",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"ics": "^3.2.0"
|
|
}
|
|
}
|