31 lines
658 B
JSON
31 lines
658 B
JSON
{
|
|
"name": "tconsole",
|
|
"version": "1.0.0",
|
|
"description": "Console log to terminal",
|
|
"type": "main",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/qnkhuat/TConsole.git"
|
|
},
|
|
"bin": {
|
|
"tconsole": "cli.js"
|
|
},
|
|
"preferGlobal": true,
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/qnkhuat/TConsole/issues"
|
|
},
|
|
"homepage": "https://github.com/qnkhuat/TConsole#readme",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"repl": "^0.1.3",
|
|
"ws": "^8.2.0"
|
|
}
|
|
}
|