30 lines
659 B
JSON
30 lines
659 B
JSON
{
|
|
"name": "termlog",
|
|
"version": "1.1.4",
|
|
"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": {
|
|
"termlog": "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"
|
|
}
|
|
}
|