@miup/nest-config
Version:
<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a> </p>
31 lines (30 loc) • 749 B
JSON
{
"name": "@miup/nest-config",
"version": "3.0.18",
"description": "",
"keywords": [
"miup",
"nestjs",
"nest",
"config"
],
"homepage": "https://github.com/miup2024/nest-common/tree/master/libs/nest-config",
"repository": {
"type": "git",
"url": "https://github.com/miup2024/nest-common/tree/master/libs/nest-config"
},
"private": false,
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"dotenv-extended": "^2.7.1"
},
"peerDependencies": {
"@nestjs/common": ">=7.0.0",
"@nestjs/core": ">=7.0.0",
"reflect-metadata": ">=0.0.2",
"rxjs": ">=6.0.0"
}
}