{
    "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"
    }
}
