DTO 공용화
This commit is contained in:
geonhee-min
2025-12-16 14:06:28 +09:00
parent ab0a229104
commit 1c8b3685b8
38 changed files with 712 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --dts --format cjs,esm"
"build": "tsup src/index.ts --dts --format cjs,esm",
"gen:dto": "node scripts/generate-dto.js"
},
"repository": {
"type": "git",
@@ -27,6 +28,9 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@swc/core": "^1.15.5",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"date-fns": "^4.1.0",
"reflect-metadata": "^0.2.2",
"tsup": "^8.5.1"