node-telnet-client/package.json
Hammer1279 dd26e0dda2
Some checks failed
Node.js CI / build (x64, linux) (push) Failing after 11m42s
Node.js CI / build (x64, win) (push) Failing after 12m8s
fixes and QoL improvements, debugging tools added
2025-02-10 17:18:21 +01:00

38 lines
847 B
JSON

{
"name": "telnet-client",
"version": "0.0.2-dev",
"description": "To be used with HTDev BBS Server for encrypted communication and extended functionality.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx pkg package.json -C GZip"
},
"repository": {
"type": "git",
"url": "https://git.ht-dev.de/Hammer1279/node-telnet-client"
},
"author": "Hammer1279",
"license": "MIT",
"dependencies": {
"telnet-client": "file:"
},
"devDependencies": {
"@yao-pkg/pkg": "^5.12.1",
"protocol-registry": "^1.6.0"
},
"type": "commonjs",
"pkg": {
"assets": [
"README.md",
"LICENSE",
"package.json"
],
"targets": [
"latest-win-x64",
"latest-linux-x64"
],
"outputPath": "dist"
}
}