Files
minisrv/zefie_wtvp_minisrv/package.json
zefie a088ea1e42 initial work on wtv-mail system:
- WTVMail Class
- MailStore functions
- Can show user mail intro page (see home.js for link example)
- Create initial welcome email (poop for now) when creating mailstore
- Can list Inbox
- no sending yet
- no reading yet
- no receiving yet
2021-11-13 02:41:30 -05:00

39 lines
931 B
JSON

{
"name": "zefie_wtvp_minisrv",
"version": "0.9.24",
"description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"start17": "node --openssl-legacy-provider 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": {
"crypto-js": "^4.1.1",
"easy-crc": "0.0.2",
"endianness": "^8.0.2",
"mime-types": "^2.1.33",
"proxy-agent": "^5.0.0",
"strftime": "^0.10.0",
"uuid": "^8.3.2"
}
}