Files
moodle/package.json

24 lines
466 B
JSON

{
"name": "moodle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.bolke.org/BolkeDerBaer/moodle.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"dotenv": "^17.3.1",
"express": "^5.2.1",
"luxon": "^3.7.2",
"webuntis": "^2.2.1"
}
}