UNPKG

@watco/config-lib

Version:

Shared multi-environment configuration helpers for SDC NestJS services

32 lines (31 loc) 774 B
{ "name": "@watco/config-lib", "version": "0.1.1", "description": "Shared multi-environment configuration helpers for SDC NestJS services", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build" }, "license": "MIT", "keywords": [ "nest", "nestjs", "config", "env", "sdc" ], "peerDependencies": { "@nestjs/common": "^11.0.0 || ^10.0.0 || ^9.0.0", "@nestjs/typeorm": "^11.0.0 || ^10.0.0 || ^9.0.0", "dotenv": "^16.0.0", "typeorm": "^0.3.0" }, "devDependencies": { "@types/node": "^24.10.1", "rimraf": "^6.0.0", "typescript": "^5.0.0" } }