UNPKG

telnetlib

Version:

A simple Node.js telnet server/client library.

48 lines (47 loc) 1.1 kB
{ "name": "telnetlib", "version": "1.0.2", "description": "A simple Node.js telnet server/client library.", "main": "src/telnetlib.js", "scripts": { "coverage": "nyc mocha", "lint": "eslint .", "lint:fix": "eslint --fix .", "prepare": "husky install", "test": "mocha" }, "files": [ "src/" ], "repository": { "type": "git", "url": "git+https://github.com/cadpnq/telnetlib.git" }, "keywords": [ "telnet", "MUD", "GMCP", "NAWS", "MCCP" ], "author": "Nicky Nickell <nicky.nickell@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/cadpnq/telnetlib/issues" }, "homepage": "https://github.com/cadpnq/telnetlib#readme", "devDependencies": { "@babel/core": "^7.14.8", "@babel/eslint-parser": "^7.14.9", "@babel/preset-env": "^7.14.9", "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "husky": "^7.0.1", "lint-staged": "^11.1.1", "mocha": "^9.0.0", "nyc": "^15.1.0", "prettier": "^2.3.2" } }