{ "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, "scripts": { "test": "ts-node-esm ./index.ts" }, "type": "module", "compilerOptions": { "esModuleInterop": true }, "dependencies": { "@types/node": "^20.4.9", "cheerio": "^1.0.0-rc.12", "date-fns": "^2.30.0", "html-entities": "^2.4.0", "ics": "^3.2.0", "node-fetch": "^3.3.2", "ts-node": "^10.9.1", "typescript": "^5.1.6", "zod": "^3.21.4" }, "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" } }