-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
48
49
{
"name": "link-zip-be",
"version": "1.0.0",
"description": "UMC link zip project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node index.js",
"server": "babel-node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Link-zip/Link-zip-BE.git"
},
"author": "s",
"license": "ISC",
"bugs": {
"url": "https://github.com/Link-zip/Link-zip-BE/issues"
},
"homepage": "https://github.com/Link-zip/Link-zip-BE#readme",
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.18.0",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.10.2",
"openai": "^4.52.7",
"redis": "^4.7.0",
"swagger-cli": "^4.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/node": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-plugin-module-resolver": "^5.0.2",
"nodemon": "^3.1.4"
}
}