-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·39 lines (39 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "webhcat",
"version": "1.0.0",
"description": "This serves the channel overview page on https://chat.tripsit.me/ and welcomes users to our chatrooms.",
"homepage": "https://chat.tripsit.me",
"main": "app.js",
"scripts": {
"start": "docker compose --project-name apps up -d --force-recreate --build",
"## Docker": "",
"logs": "docker container logs webchat -f -n 100",
"test": "docker exec -it webchat npm run local:test",
"lint": "docker exec -it webchat npm run local:lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tripsit/webchat.git"
},
"keywords": [
"tripsit"
],
"author": "reality",
"maintainers": ["Eric Moonbear/Teknos"],
"license": "ISC",
"bugs": {
"url": "https://github.com/tripsit/webchat/issues"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"debug": "^2.6.9",
"express": "^4.17.1",
"moniker": "^0.1.2",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"underscore": "^1.12.0"
}
}