초기 PM 소스 전체 업로드

This commit is contained in:
koj729
2026-06-12 17:14:03 +09:00
commit 4e33c9a02a
1769 changed files with 377797 additions and 0 deletions

48
package.json Normal file
View File

@@ -0,0 +1,48 @@
{
"name": "",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server"
},
"keywords": [],
"author": "pm_ver4",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.823.0",
"@aws-sdk/lib-storage": "^3.823.0",
"@aws-sdk/s3-request-presigner": "^3.823.0",
"@bull-board/api": "^6.9.6",
"@bull-board/express": "^6.9.6",
"@google/genai": "^1.7.0",
"@google/generative-ai": "^0.24.1",
"archiver": "^7.0.1",
"axios": "^1.7.7",
"bullmq": "^5.53.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-session": "^1.18.0",
"gpt-tokenizer": "^3.0.1",
"helmet": "^8.1.0",
"ioredis": "^5.6.1",
"jsonwebtoken": "^9.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"p-limit": "^6.2.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pdf-parse": "^1.1.1",
"pg": "^8.13.0",
"socket.io": "^4.8.1",
"uuid": "^11.1.0",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}