1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/package.json
marzavec a488301655 Core hook upgrade, misc fixes
(See ChangeLog.md tbh)
2019-02-21 00:43:25 -08:00

24 lines
659 B
JSON

{
"name": "hack.chat-v2",
"version": "2.1.9",
"description": "a minimal distraction free chat application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hack-chat/main.git"
},
"engines": {
"node": ">= 10.15.1",
"npm": ">= 6.7.0"
},
"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": "^3.2.9"
}
}