termlog/package.json

30 lines
660 B
JSON

{
"name": "termlog",
"version": "1.1.0",
"description": "Console log to terminal",
"type": "main",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qnkhuat/termlog.git"
},
"bin": {
"tconsole": "server.js"
},
"preferGlobal": true,
"keywords": [],
"author": "Ngoc Khuat <qn.khuat@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qnkhuat/termlog/issues"
},
"homepage": "https://github.com/qnkhuat/termlog#readme",
"dependencies": {
"minimist": "^1.2.5",
"repl": "^0.1.3",
"ws": "^8.2.0"
}
}