Files
minisrv/zefie_wtvp_minisrv/package.json
zefie 907cec23c2 v0.9.55 (#32)
* v0.9.55

- CGI Support (eg PHP, Perl, etc)
- Slight PC Admin updates
- Numerous bug fixes
- Security updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-03 12:49:50 -05:00

53 lines
1.3 KiB
JSON

{
"name": "zefie_wtvp_minisrv",
"version": "0.9.55",
"description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"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": {
"@mafintosh/vm2": "^3.9.2",
"adm-zip": "^0.5.12",
"crypto-js": "^4.2.0",
"easy-crc": "0.0.2",
"endianness": "^8.0.2",
"express": "^4.21.2",
"follow-redirects": "^1.15.6",
"html-entities": "^2.5.2",
"iconv-lite": "^0.6.3",
"mime-types": "^2.1.35",
"newsie": "1.2.1",
"nntp-server-zefie": "^3.1.0",
"php-serialize": "^5.0.1",
"proxy-agent": "^6.4.0",
"rc4-crypto": "^1.5.0",
"sanitize-html": "^2.13.0",
"socks-proxy-agent": "^8.0.2",
"strftime": "^0.10.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}