issue #
DTO 공용화
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user