forked from ComHomeDev/ComHomeServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) Β· 1.28 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
40
41
42
43
44
45
46
47
{
"name": "comhomeserver",
"version": "1.0.0",
"description": "π» μ»΄ν¨ν°κ³΅νκ³Ό 곡μ ννμ΄μ§ κ°μ μ μν νλ‘μ νΈ μλ² π»",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ComHomeDev/ComHomeServer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ComHomeDev/ComHomeServer/issues"
},
"homepage": "https://github.com/ComHomeDev/ComHomeServer#readme",
"dependencies": {
"@google-cloud/storage": "^6.4.0",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"date-fns": "^2.29.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"firebase-admin": "^11.0.1",
"fs": "0.0.1-security",
"iconv-lite": "^0.6.3",
"mime": "^3.0.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"path": "^0.12.7",
"puppeteer": "^16.1.0",
"session-file-store": "^1.5.0",
"uuid": "^8.3.2",
"web-push": "^3.5.0",
"session-file-store": "^1.5.0",
"socket.io": "^4.5.1",
"puppeteer": "^16.1.0"
}
}