UNPKG

nestjs-custom-injector

Version:

Custom injecting logic for NestJS with support multi providing

48 lines (47 loc) 1.01 kB
{ "name": "nestjs-custom-injector", "version": "2.2.3", "description": "Custom injecting logic for NestJS with support multi providing", "keywords": [ "nestjs", "custom", "multi", "providers", "decorators", "global", "injector", "inject" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "bugs": { "url": "https://github.com/EndyKaufman/nestjs-custom-injector/issues" }, "homepage": "https://github.com/EndyKaufman/nestjs-custom-injector", "repository": { "type": "git", "url": "git+https://github.com/EndyKaufman/nestjs-custom-injector.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "admin@site15.ru" } ], "dependencies": { "tslib": "2.0.0" }, "i18n": [ { "scope": "nestjs-custom-injector", "path": "src/i18n", "strategy": "join" } ], "main": "./src/index.js", "typings": "./src/index.d.ts" }