node-telnet-client/package.json
2025-01-18 22:46:12 +01:00

20 lines
488 B
JSON

{
"name": "telnet-client",
"version": "1.0.0",
"description": "To be used with HTDev BBS Server for encrypted communication and extended functionality.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ht-dev.de/Hammer1279/node-telnet-client"
},
"author": "Hammer1279",
"license": "MIT",
"type": "module",
"dependencies": {
"telnet-client": "file:"
}
}