{ "name": "termsole", "version": "1.0.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/TConsole.git" }, "bin": { "tconsole": "cli.js" }, "preferGlobal": true, "keywords": [], "author": "Ngoc Khuat ", "license": "MIT", "bugs": { "url": "https://github.com/qnkhuat/TConsole/issues" }, "homepage": "https://github.com/qnkhuat/TConsole#readme", "dependencies": { "chalk": "^4.1.2", "minimist": "^1.2.5", "repl": "^0.1.3", "ws": "^8.2.0" } }