@duongtrungnguyen/nestro
Version:
Service registry for Nest JS
77 lines (76 loc) • 1.94 kB
JSON
{
"name": "@duongtrungnguyen/nestro",
"author": "Duong Trung Nguyen",
"version": "0.1.26",
"description": "Service registry for Nest JS",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/duongtrungnguyenrc/nestro.git"
},
"types": "./dist/types/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "npm run clean && tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"lint": "eslint src --ext .ts,.tsx",
"link-local": "npm link",
"start:dev": "nest start --watch",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\""
},
"keywords": [
"nest",
"nestjs",
"microservices",
"platform-express",
"service-registry",
"service-discovery",
"load-balancing"
],
"peerDependencies": {
"@nestjs/common": ">=10.0.0",
"@nestjs/config": ">=3.0.0",
"@nestjs/core": ">=10.0.0",
"@nestjs/platform-express": ">=10.0.0",
"rxjs": "^7.8.2"
},
"dependencies": {
"express": "^4.21.2",
"handlebars": "^4.7.8",
"hbs": "^4.2.0",
"path-to-regexp": "^8.2.0",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/fs-extra": "^11.0.4",
"@types/hbs": "^4.0.4",
"@types/http-proxy": "^1.17.16",
"@types/node": "^20.10.5",
"@types/swagger-ui-express": "^4.1.8",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^9.23.0",
"fs-extra": "^11.3.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}