UNPKG

@itrocks/config

Version:

Loads and merges config.yaml files from all dependencies for unified, project-wide configuration

50 lines (49 loc) 867 B
{ "author": { "name": "Baptiste Pillot", "email": "baptiste@pillot.fr" }, "dependencies": { "yaml": "^2.7" }, "description": "Loads and merges config.yaml files from all dependencies for unified, project-wide configuration", "devDependencies": { "typescript": "~5.8" }, "engines": { "node": ">=18" }, "exports": "./cjs/config.js", "homepage": "https://it.rocks", "files": [ "LICENSE", "README.md", "cjs/*", "!*.map" ], "keywords": [ "backend", "bootstrap", "config", "configuration", "consolidation", "dependencies", "it.rocks", "loader", "merge", "settings", "startup", "yaml" ], "license": "ISC", "name": "@itrocks/config", "repository": { "type": "git", "url": "git+https://github.com/itrocks-ts/config.git" }, "scripts": { "build": "tsc" }, "types": "./cjs/config.d.ts", "version": "0.0.6" }