@haku-sci/utils
Version:
utils from haku-sci. Library only
55 lines (54 loc) • 1.33 kB
JSON
{
"name": "@haku-sci/utils",
"version": "2.7.1",
"description": "utils from haku-sci. Library only",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"peerdependencies": {
"@nestjs/common": "^11.0.6",
"@nestjs/core": "^11.0.6",
"@nestjs/microservices": "^11.0.6",
"@nestjs/platform-express": "^11.0.6",
"@nestjs/typeorm": "^11.0.0",
"pg": "^8.15.6",
"utils": "^0.3.1"
},
"dependencies": {
"@golevelup/nestjs-discovery": "^4.0.3",
"@golevelup/nestjs-rabbitmq": "^5.7.0",
"@nestjs/microservices": "^11.1.17",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.8",
"axios": "^1.9.0",
"rxjs": "7.8.2"
},
"devDependencies": {
"@nestjs/testing": "^11.0.6",
"@types/jest": "^29.5.12",
"@types/pg": "^8.20.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"author": "Nicolas Blexmann",
"license": "ISC",
"repository": {
"type": "git",
"url": "Haku-Nicolas-Blexmann"
},
"files": [
"dist/**/*"
],
"keywords": [
"microservices",
"ports",
"hosts"
],
"publishConfig": {
"access": "public"
}
}