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

24 lines
659 B
JSON
Raw Normal View History

2018-03-10 15:47:00 +08:00
{
"name": "hack.chat-v2",
"version": "2.1.9",
2018-03-10 15:47:00 +08:00
"description": "a minimal distraction free chat application",
2018-05-20 08:21:08 +08:00
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hack-chat/main.git"
},
2018-03-10 15:47:00 +08:00
"engines": {
"node": ">= 10.15.1",
"npm": ">= 6.7.0"
2018-03-10 15:47:00 +08:00
},
"scripts": {
2018-05-20 08:21:08 +08:00
"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"
2018-03-10 15:47:00 +08:00
},
"author": "Marzavec",
"license": "WTFPL",
"dependencies": {
"pm2": "^3.2.9"
2018-03-10 15:47:00 +08:00
}
2018-05-20 08:21:08 +08:00
}