-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "temppocket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"api-docs": "swagger-cli bundle ./docs/openapi.yaml --outfile build/swagger.yaml --type yaml",
"predev": "npm run api-docs",
"dev": "nodemon"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.9.0",
"mysql2": "^3.11.0",
"passport": "^0.7.0",
"passport-kakao": "^1.0.1",
"path": "^0.12.7",
"sequelize": "^6.37.3",
"swagger-ui-express": "^5.0.1",
"uuid4": "^2.0.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"nodemon": "^3.1.4",
"swagger-cli": "^4.0.4"
}
}