2018-05-20 08:21:08 +08:00
|
|
|
{
|
|
|
|
"name": "hack.chat-v2",
|
2019-02-21 16:43:25 +08:00
|
|
|
"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-02-21 16:43:25 +08:00
|
|
|
"chalk": "^2.4.2",
|
|
|
|
"common-tags": "^1.8.0",
|
2018-05-20 08:21:08 +08:00
|
|
|
"dateformat": "^3.0.3",
|
2019-02-21 16:43:25 +08:00
|
|
|
"didyoumean2": "^2.0.2",
|
2019-11-07 15:35:23 +08:00
|
|
|
"esm": "^3.2.25",
|
2019-02-21 16:43:25 +08:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|