@nestjs-mod/common
Version:
A collection of utilities for unifying NestJS applications and modules
68 lines (67 loc) • 1.39 kB
JSON
{
"name": "@nestjs-mod/common",
"description": "A collection of utilities for unifying NestJS applications and modules",
"version": "2.18.2",
"keywords": [
"nestjs",
"nestjs-mod",
"config",
"env",
"application",
"modules",
"mod"
],
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"engines": {
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/nestjs-mod/nestjs-mod/issues"
},
"homepage": "https://github.com/nestjs-mod/nestjs-mod",
"repository": {
"type": "git",
"url": "git+https://github.com/nestjs-mod/nestjs-mod.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"dependencies": {
"tslib": "^2.3.0",
"case-anything": "2.1.13",
"dotenv": ">=16.3.1",
"fast-glob": "3.3.2"
},
"peerDependencies": {
"rxjs": "*",
"@nestjs/common": "*",
"@nestjs/core": "*",
"class-validator": "*"
},
"peerDependenciesMeta": {
"rxjs": {
"optional": true
},
"@nestjs/common": {
"optional": true
},
"@nestjs/core": {
"optional": true
},
"class-validator": {
"optional": true
}
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"types": "./src/index.d.ts"
}