parakeetx
Version:
Echo server for TCP/UDP/HTTP/HTTPS
49 lines (48 loc) • 939 B
JSON
{
"version": "1.1.3",
"name": "parakeetx",
"description": "Echo server for TCP/UDP/HTTP/HTTPS",
"author": "Hemal Harindaka",
"homepage": "https://github.com/harindaka/parakeet",
"repository": {
"type": "git",
"url": "https://github.com/harindaka/parakeet.git"
},
"license": "MIT",
"bin": {
"parakeetx": "lib/bin.js"
},
"keywords": [
"debug",
"echo",
"http",
"https",
"ssl",
"mock",
"parakeet",
"parakeetx",
"server",
"tcp",
"udp"
],
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/harindaka/parakeet/issues"
},
"scripts": {
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
"lint:md": "npx remark --quiet --frail .",
"lint": "npx run-p lint:*"
},
"dependencies": {
"commander": "^2.9.0",
"oh-my-log": "^5.0.0"
}
}