{ "name": "@avicenna/shared-dtos", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch" }, "devDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@nestjs/swagger": "^11.2.5", "class-transformer": "^0.5.1", "class-validator": "^0.14.3", "date-fns": "^4.1.0" } }