{ "name": "@push.rocks/qenv", "version": "6.1.1", "private": false, "description": "A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/qenv.git" }, "keywords": [ "environment variables", "configuration management", "Node.js", "TypeScript", "Docker secrets", "CI/CD", "testing" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/qenv/issues" }, "homepage": "https://code.foss.global/push.rocks/qenv", "devDependencies": { "@git.zone/tsbuild": "^2.6.4", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^2.3.2", "@types/node": "^22.13.13" }, "dependencies": { "@api.global/typedrequest": "^3.1.10", "@configvault.io/interfaces": "^1.0.17", "@push.rocks/smartfile": "^11.2.5", "@push.rocks/smartlog": "^3.1.8", "@push.rocks/smartpath": "^6.0.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }