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": {
2019-12-02 12:24:19 +08:00
"chalk": "^3.0.0",
"common-tags": "^1.8.0",
2018-05-20 08:21:08 +08:00
"dateformat": "^3.0.3",
2019-12-02 12:24:19 +08:00
"didyoumean2": "^3.1.2",
2019-11-07 15:35:23 +08:00
"esm": "^3.2.25",
2019-12-02 12:24:19 +08:00
"fs-extra": "^8.1.0",
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
}
}