{ "name": "@baekyangdan/core-utils", "version": "1.0.11", "description": "Common Repo", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup src/index.ts --dts --format cjs,esm", "gen:dto": "node scripts/generate-dto.js" }, "repository": { "type": "git", "url": "https://gitea.bkdhome.p-e.kr/baekyangdan/common-typescript-repo.git" }, "publishConfig": { "registry": "https://gitea.bkdhome.p-e.kr/api/packages/baekyangdan/npm/" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "files": [ "dist" ], "devDependencies": { "@types/node": "^25.0.0", "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" } }