dsb-untis
Version:
DSB Untis timetable client/proxy server
35 lines (34 loc) • 742 B
JSON
{
"name": "dsb-untis",
"version": "v0.7.5",
"description": "DSB Untis timetable client/proxy server",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aschuma/dsb-untis.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"dsb",
"untis",
"untis-timetable",
"nodejs",
"javascript",
"client"
],
"author": "aschuma (https://github.com/aschuma)",
"license": "MIT",
"dependencies": {
"console-stamp": "^3.1.2",
"jquery": "^3.7.1",
"jsdom": "^20.0.0",
"node-fetch": "^3.3.2",
"pako": "^2.1.0"
}
}