UNPKG

parakeet

Version:
46 lines (45 loc) 948 B
{ "version": "1.1.3", "name": "parakeet", "description": "Echo server for TCP/UDP/HTTP", "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)", "homepage": "https://github.com/ahmadnassri/parakeet", "repository": { "type": "git", "url": "https://github.com/ahmadnassri/parakeet.git" }, "license": "MIT", "bin": { "parakeet": "lib/bin.js" }, "keywords": [ "debug", "echo", "http", "mock", "parakeet", "server", "tcp", "udp" ], "engines": { "node": ">=6" }, "files": [ "lib" ], "bugs": { "url": "https://github.com/ahmadnassri/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" } }