Files
minisrv/zefie_wtvp_minisrv/package.json
zefie 2a4997e846 v0.9.8
- fix: app.js: Use \r\n, fix connections= service setting
 - update: config.json: fix some service flags that were misset
 - Add ServiceFlags.txt: brief description of wtv-service flags
 - update: Moved tellyscripts to wtv-1800:/preregister
 - update: fixed bug where "send_tellyscript was undefined"
 - update: initial work on bf0app flashrom support (incomplete)
 - add wtv-1800:/offer-open-isp-suggest for dreamcast clients
 - fix: wtv-tricks:/info was not updated to use new ClientSessionData structure
 - update: app.js: add special filtering for Dreamcast clients
 - update: change default service logos
2022-11-29 07:43:53 -05:00

36 lines
824 B
JSON

{
"name": "zefie_wtvp_minisrv",
"version": "0.9.8",
"description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"test": "node test.js"
},
"author": {
"name": "zefie",
"email": "zefie@zefie.net",
"url": "https://zef.pw/"
},
"bugs": {
"url": "https://github.com/zefie/zefie_wtvp_minisrv/issues"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/zefie"
},
"repository": {
"type": "git",
"url": "https://github.com/zefie/zefie_wtvp_minisrv.git"
},
"dependencies": {
"crypto-js": "^4.0.0",
"easy-crc": "0.0.2",
"endianness": "^8.0.2",
"mime-types": "^2.1.31",
"proxy-agent": "^5.0.0",
"strftime": "^0.10.0"
}
}