aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: a5371cd86c7f94c8dcc131495d7867d5120a9fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "hack.chat-v2",
  "version": "2.0.3",
  "description": "a minimal distraction free chat application",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hack-chat/main.git"
  },
  "engines": {
    "node": ">= 8.10.0",
    "npm": ">= 5.7.1"
  },
  "scripts": {
    "start": "pm2 start ./server/main.js --name hackchat-dev-server && cd ./clientSource && npm start && pm2 stop hackchat-dev-server",
    "postinstall": "cd ./clientSource && npm install && cd.. & cd ./server && npm install && npm run config"
  },
  "author": "Marzavec",
  "license": "WTFPL",
  "dependencies": {
    "pm2": "^2.10.4"
  }
}