mirror of
https://github.com/Xevion/schedule-extract.git
synced 2025-12-15 20:13:01 -06:00
Add package information, yarn, index stub, README & .gitignore
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user