This repository has been archived on 2025-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Timetable-V2-Notify/package.json
minie4 9a4a4a2f08 🎉 Mostly working matrix bot
(timetable group handling missing)
2023-06-23 18:56:59 +02:00

19 lines
380 B
JSON

{
"name": "timetable-v2-notify",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "minie4",
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1",
"matrix-js-sdk": "^26.1.0",
"node-fetch": "^3.3.1",
"node-json-db": "^2.2.0"
}
}