{ "name": "hack.chat-v2", "version": "2.1.9", "description": "a minimal distraction free chat application", "main": "main.js", "repository": { "type": "git", "url": "git+https://github.com/hack-chat/main.git" }, "engines": { "node": ">= 8.10.0", "npm": ">= 5.7.1" }, "scripts": { "start": "node -r esm main.js", "config": "node -r esm src/scripts/configure.js" }, "author": "Marzavec", "license": "WTFPL", "dependencies": { "chalk": "^2.4.2", "common-tags": "^1.8.0", "dateformat": "^3.0.3", "didyoumean2": "^2.0.2", "esm": "^3.2.25", "fs-extra": "^7.0.1", "prompt": "^1.0.0", "readdir-recursive": "0.0.4", "ws": "^7.2.0" } }