aboutsummaryrefslogtreecommitdiffstats
path: root/server/package.json
blob: 3eb733c370beb827024ea5f5bc19016fd5a4b792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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"
  }
}