forked from Cheese-Guardians-Opensource/cheese
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 860 Bytes
/
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
{
"name": "cheese",
"version": "1.0.0",
"description": "치매 가디언즈 '치매' 프로젝트",
"main": "index.js",
"scripts": {
"build": "node main.js && exit 1",
"start": "node main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@kubernetes/client-node": "^0.20.0",
"axios": "^1.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"html-pdf": "^1.5.0",
"jsonwebtoken": "^9.0.0",
"memory-cache": "^0.2.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.3.1",
"node-schedule": "^2.1.1",
"openai": "^3.3.0",
"pandas": "^0.0.3",
"puppeteer": "^21.3.5",
"sanitize-html": "^2.11.0"
}
}