virtueller-stundenplan/package.json
2025-03-22 17:46:00 +01:00

24 lines
616 B
JSON

{
"name": "virtueller-stundenplan",
"version": "0.0.1",
"description": "A library to access the data from virtueller-stundenplan.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://git.jason.red/Jason/virtueller-stundenplan#readme",
"repository": {
"type": "git",
"url": "https://git.jason.red/Jason/virtueller-stundenplan.git"
},
"author": {
"name": "Jason",
"email": "jason@tzsrv.net",
"url": "https://git.jason.red/jason"
},
"license": "CC-BY-NC-4.0",
"dependencies": {
"axios": "^1.8.4"
}
}