-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "devchitchat",
"version": "0.0.21",
"private": true,
"scripts": {
"start": "node web/devchitchat",
"stop": "node web/devchitchat stop",
"dev": "env -S \"`cat .env | grep --invert-match \"#\" | xargs -0`\" node --watch ./web/devchitchat.mjs",
"start:local": "env -S \"$(cat .env | grep --invert-match \"#\" | xargs -0)\" node --watch ./web/devchitchat.mjs",
"test": "node --test ./examples",
"test:local": "node --watch"
},
"repository": "https://github.com/ijoey/devchitchat.git",
"dependencies": {
"body-parser": "^1.20.1",
"chilla": "joeyguerra/chilla#master",
"classic-level": "^1.2.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"express": "^4.18.2",
"handlebars": "^4.7.7",
"jws": "^4.0.0",
"markdown-it": "^13.0.1",
"method-override": "^3.0.0",
"mime": "^3.0.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-oauth2": "^1.6.1",
"socket.io": "^4.5.3"
},
"packageManager": "[email protected]"
}