@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
60 lines (59 loc) • 1.67 kB
JSON
{
"name": "@experts_hub/shared",
"version": "1.0.372",
"description": "Shared DTOs, interfaces, and utilities for experts hub applications",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "gitlab",
"url": "gitlab+https://gitlab.com/los/los-shared.git"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "tsup src/index.ts --format cjs,esm --dts --clean --onSuccess \"tsc --emitDeclarationOnly --declaration\"",
"watch": "tsup src/index.ts --format cjs,esm --dts --watch",
"lint": "tsc --noEmit",
"prepublishOnly": "npm run build",
"patch": "npm version patch && npm publish --access public",
"minor": "npm version minor && npm publish --access public",
"major": "npm version major && npm publish --access public"
},
"keywords": [
"los",
"shared",
"dto",
"nestjs"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@nestjs/common": "^11.0.0",
"@types/node": "^20.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0 || ^11.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0"
},
"dependencies": {
"@nestjs/microservices": "^11.0.19",
"@nestjs/swagger": "^11.1.2",
"@nestjs/typeorm": "^11.0.0",
"dotenv": "^16.5.0",
"libphonenumber-js": "^1.12.9",
"typeorm": "^0.3.22"
}
}