UNPKG

@showroomprive/azure-appconfig

Version:

A library to use Azure App Configuration in NestJS

42 lines (41 loc) 919 B
{ "name": "@showroomprive/azure-appconfig", "version": "1.0.8", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "author": "showroomprive", "keywords": [ "azure", "app-configuration", "nestjs", "configuration" ], "license": "ISC", "description": "A library to use Azure App Configuration in NestJS", "dependencies": { "@nestjs/common": "^11.0.11", "@azure/app-configuration": "^1.8.0", "@azure/identity": "^4.7.0", "@azure/keyvault-secrets": "^4.9.0", "@nestjs/config": "^4.0.1", "@nestjs/core": "^11.0.11", "rxjs": "^7.8.2" }, "devDependencies": { "@types/node": "^22.13.9", "typescript": "^5.8.2" }, "peerDependencies": { "@nestjs/common": "^11.0.11", "@nestjs/core": "^11.0.11", "rxjs": "^7.8.2", "@nestjs/config": "^4.0.1" }, "files": [ "dist/", "README.md" ] }