38 lines
847 B
JSON
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"
|
|
}
|
|
}
|