2025-08-21 09:41:46 +09:00
|
|
|
{
|
|
|
|
|
"name": "pms-backend-node",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "PLM System Backend - Node.js + TypeScript",
|
|
|
|
|
"main": "dist/app.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node dist/app.js",
|
|
|
|
|
"dev": "nodemon src/app.ts",
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
|
"lint": "eslint src/ --ext .ts",
|
|
|
|
|
"lint:fix": "eslint src/ --ext .ts --fix",
|
2025-10-01 14:54:44 +09:00
|
|
|
"format": "prettier --write src/"
|
2025-08-21 09:41:46 +09:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"plm",
|
|
|
|
|
"nodejs",
|
|
|
|
|
"typescript",
|
|
|
|
|
"express",
|
2025-10-01 14:54:44 +09:00
|
|
|
"postgresql"
|
2025-08-21 09:41:46 +09:00
|
|
|
],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2025-09-25 11:04:16 +09:00
|
|
|
"@types/mssql": "^9.1.8",
|
2025-09-08 14:20:01 +09:00
|
|
|
"axios": "^1.11.0",
|
2025-08-21 09:41:46 +09:00
|
|
|
"bcryptjs": "^2.4.3",
|
2025-12-19 17:59:54 +09:00
|
|
|
"bwip-js": "^4.8.0",
|
feat: ERP-node POP/MES 백엔드 API 이전
ERP-node에서 개발한 POP/MES 관련 백엔드 API를 vexplor_dev로 이전.
컨트롤러 16개, 라우트 16개, 서비스 2개 복사 + app.ts 라우트 등록 + cheerio 의존성 추가.
이전 대상:
- POP 생산관리 (popProduction, inspectionResult)
- 작업지시, 공정정보, 생산계획
- 입고, 출고, 출하지시, 출하계획
- 분석리포트, 영업리포트, 설계모듈
- 자재현황, 포장/적재, 크롤링, 시스템공지
tsc 검증: 기존 에러 1건 외 신규 에러 없음
2026-04-01 14:16:17 +09:00
|
|
|
"cheerio": "^1.2.0",
|
2025-08-25 11:07:39 +09:00
|
|
|
"compression": "^1.7.4",
|
2025-08-21 09:41:46 +09:00
|
|
|
"cors": "^2.8.5",
|
2025-12-17 16:11:52 +09:00
|
|
|
"docx": "^9.5.1",
|
2025-08-25 11:07:39 +09:00
|
|
|
"dotenv": "^16.3.1",
|
|
|
|
|
"express": "^4.18.2",
|
2026-02-12 11:42:52 +09:00
|
|
|
"express-async-errors": "^3.1.1",
|
2025-08-25 11:07:39 +09:00
|
|
|
"express-rate-limit": "^7.1.5",
|
|
|
|
|
"helmet": "^7.1.0",
|
2025-12-17 16:11:52 +09:00
|
|
|
"html-to-docx": "^1.8.0",
|
2026-03-05 19:08:08 +09:00
|
|
|
"http-proxy-middleware": "^3.0.5",
|
2025-10-02 18:22:58 +09:00
|
|
|
"iconv-lite": "^0.7.0",
|
2025-10-01 16:15:53 +09:00
|
|
|
"imap": "^0.8.19",
|
2025-08-25 11:07:39 +09:00
|
|
|
"joi": "^17.11.0",
|
|
|
|
|
"jsonwebtoken": "^9.0.2",
|
2025-10-13 12:00:41 +09:00
|
|
|
"mailparser": "^3.7.5",
|
2025-09-25 11:04:16 +09:00
|
|
|
"mssql": "^11.0.1",
|
2025-08-21 09:41:46 +09:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2025-09-23 10:45:53 +09:00
|
|
|
"mysql2": "^3.15.0",
|
2025-09-25 11:04:16 +09:00
|
|
|
"node-cron": "^4.2.1",
|
2025-10-15 10:02:32 +09:00
|
|
|
"node-fetch": "^2.7.0",
|
2025-10-01 16:15:53 +09:00
|
|
|
"nodemailer": "^6.10.1",
|
2025-09-25 11:04:16 +09:00
|
|
|
"oracledb": "^6.9.0",
|
2025-08-25 11:07:39 +09:00
|
|
|
"pg": "^8.16.3",
|
2025-10-22 16:06:04 +09:00
|
|
|
"quill": "^2.0.3",
|
|
|
|
|
"react-quill": "^2.0.0",
|
2025-08-21 09:41:46 +09:00
|
|
|
"redis": "^4.6.10",
|
2025-10-01 11:33:55 +09:00
|
|
|
"uuid": "^13.0.0",
|
2025-08-25 11:07:39 +09:00
|
|
|
"winston": "^3.11.0"
|
2025-08-21 09:41:46 +09:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/bcryptjs": "^2.4.6",
|
2026-01-09 11:51:35 +09:00
|
|
|
"@types/bwip-js": "^3.2.3",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@types/compression": "^1.7.5",
|
2025-08-21 09:41:46 +09:00
|
|
|
"@types/cors": "^2.8.17",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
|
"@types/fs-extra": "^11.0.4",
|
2025-10-01 17:01:31 +09:00
|
|
|
"@types/imap": "^0.8.42",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@types/jest": "^29.5.11",
|
|
|
|
|
"@types/jsonwebtoken": "^9.0.5",
|
2025-10-01 17:01:31 +09:00
|
|
|
"@types/mailparser": "^3.4.6",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@types/morgan": "^1.9.9",
|
2025-09-05 12:04:13 +09:00
|
|
|
"@types/multer": "^1.4.13",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@types/node": "^20.10.5",
|
|
|
|
|
"@types/node-cron": "^3.0.11",
|
2025-10-15 10:02:32 +09:00
|
|
|
"@types/node-fetch": "^2.6.13",
|
2025-10-01 16:15:53 +09:00
|
|
|
"@types/nodemailer": "^6.4.20",
|
2025-09-25 11:04:16 +09:00
|
|
|
"@types/oracledb": "^6.9.1",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@types/pg": "^8.15.5",
|
2025-08-21 09:41:46 +09:00
|
|
|
"@types/sanitize-html": "^2.9.5",
|
2025-09-30 15:59:32 +09:00
|
|
|
"@types/supertest": "^6.0.3",
|
2025-10-01 11:33:55 +09:00
|
|
|
"@types/uuid": "^10.0.0",
|
2025-08-25 11:07:39 +09:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
|
|
|
"eslint": "^8.55.0",
|
2025-08-21 09:41:46 +09:00
|
|
|
"jest": "^29.7.0",
|
2025-09-22 17:28:31 +09:00
|
|
|
"nodemon": "^3.1.10",
|
2025-08-25 11:07:39 +09:00
|
|
|
"prettier": "^3.1.0",
|
2025-09-30 15:59:32 +09:00
|
|
|
"supertest": "^6.3.4",
|
2025-08-21 09:41:46 +09:00
|
|
|
"ts-jest": "^29.1.1",
|
|
|
|
|
"ts-node": "^10.9.2",
|
2025-08-25 11:07:39 +09:00
|
|
|
"typescript": "^5.3.3"
|
2025-08-21 09:41:46 +09:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20.10.0",
|
|
|
|
|
"npm": ">=10.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|