{
    "name": "telnet-stream",
    "version": "1.1.0",
    "description": "TELNET protocol support library",
    "keywords": [
        "do",
        "dont",
        "event",
        "MUD",
        "MOO",
        "MUSH",
        "MUX",
        "subnegotiation",
        "protocol",
        "rfc854",
        "rfc855",
        "socket",
        "stream",
        "TELNET",
        "Transform",
        "will",
        "wont"
    ],
    "homepage": "https://github.com/blinkdog/telnet-stream",
    "bugs": "https://github.com/blinkdog/telnet-stream/issues",
    "license": "AGPL-3.0",
    "author": "Patrick Meade <blinkdog@protonmail.com>",
    "files": [
        "CHANGELOG.md",
        "index.js",
        "lib",
        "LICENSE",
        "package.json",
        "README.md",
        "telnet-stream.d.ts"
    ],
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/blinkdog/telnet-stream.git"
    },
    "devDependencies": {
        "@types/node": "17.0.4",
        "coffeescript": "2.6.1",
        "mocha": "9.1.3",
        "nyc": "15.1.0",
        "should": "13.2.3"
    },
    "types": "./telnet-stream.d.ts"
}
