{ "name": "@libs/config", "version": "1.12.3", "description": "Simple Config with ENV Support", "main": "index.js", "scripts": { "test": "jest", "test:mutation": "stryker run" }, "keywords": [ "config", "env" ], "author": "Dominik Sigmund <dominik.sigmund@br.de>", "license": "ISC", "dependencies": { "lodash.merge": "^4.6.2" }, "devDependencies": { "@stryker-mutator/core": "^5.6.1", "@stryker-mutator/javascript-mutator": "^4.0.0", "@stryker-mutator/jest-runner": "^5.6.1", "@stryker-mutator/typescript": "^4.0.0", "jest": "^26.6.1" }, "publishConfig": { "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/" }, "jest": { "collectCoverage": true, "coverageReporters": [ "json", "lcov", "text", "clover", "html" ], "coverageDirectory": "docs/coverage" } }