1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/server/package.json

32 lines
714 B
JSON
Raw Normal View History

2018-05-20 08:21:08 +08:00
{
"name": "hack.chat-v2",
"version": "2.1.9",
2018-05-20 08:21:08 +08:00
"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": {
2019-11-07 15:35:23 +08:00
"start": "node -r esm main.js",
"config": "node -r esm src/scripts/configure.js"
2018-05-20 08:21:08 +08:00
},
"author": "Marzavec",
"license": "WTFPL",
"dependencies": {
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
2018-05-20 08:21:08 +08:00
"dateformat": "^3.0.3",
"didyoumean2": "^2.0.2",
2019-11-07 15:35:23 +08:00
"esm": "^3.2.25",
"fs-extra": "^7.0.1",
2018-05-20 08:21:08 +08:00
"prompt": "^1.0.0",
"readdir-recursive": "0.0.4",
2019-11-07 15:35:23 +08:00
"ws": "^7.2.0"
2018-05-20 08:21:08 +08:00
}
}