2018-03-10 15:47:00 +08:00
|
|
|
{
|
|
|
|
"name": "hack.chat-v2",
|
2019-08-18 07:24:29 +08:00
|
|
|
"version": "2.1.91",
|
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",
|
2018-03-11 14:41:17 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/hack-chat/main.git"
|
|
|
|
},
|
2018-03-10 15:47:00 +08:00
|
|
|
"engines": {
|
2019-02-21 16:43:25 +08:00
|
|
|
"node": ">= 10.15.1",
|
|
|
|
"npm": ">= 6.7.0"
|
2018-03-10 15:47:00 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-11-07 15:35:23 +08:00
|
|
|
"start": "pm2 start ./server/main.js --node-args=\"-r esm\" --name hackchat-dev-server && cd ./clientSource && npm start && pm2 stop hackchat-dev-server",
|
2019-02-21 16:43:25 +08:00
|
|
|
"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": {
|
2019-11-07 15:35:23 +08:00
|
|
|
"esm": "^3.2.25",
|
|
|
|
"pm2": "^4.1.2"
|
2018-03-10 15:47:00 +08:00
|
|
|
}
|
2018-05-20 08:21:08 +08:00
|
|
|
}
|