mirror of
https://github.com/Xevion/schedule-extract.git
synced 2025-12-06 03:16:23 -06:00
36 lines
787 B
JSON
36 lines
787 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",
|
|
"author": "Xevion",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node ./extract.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^20.4.9",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"ics": "^3.2.0"
|
|
},
|
|
"keywords": [
|
|
"schedule",
|
|
"extract",
|
|
"nodejs",
|
|
"typescript",
|
|
"parsing",
|
|
"html",
|
|
"ics"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Xevion/schedule-extract/issues"
|
|
},
|
|
"homepage": "https://github.com/Xevion/schedule-extract#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Xevion/schedule-extract.git"
|
|
}
|
|
}
|