-
- Downloads
{ | { | ||
"name": "@libs/config", | "name": "@libs/config", | ||
"version": "1.13.2", | "version": "1.13.3", | ||
"description": "Simple Config with ENV Support", | "description": "Simple Config with ENV Support", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -17,11 +17,11 @@ | ... | @@ -17,11 +17,11 @@ |
"lodash.merge": "^4.6.2" | "lodash.merge": "^4.6.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@stryker-mutator/core": "^7.1.0", | "@stryker-mutator/core": "^8.2.6", | ||
"@stryker-mutator/javascript-mutator": "^4.0.0", | "@stryker-mutator/javascript-mutator": "^4.0.0", | ||
"@stryker-mutator/jest-runner": "^7.1.0", | "@stryker-mutator/jest-runner": "^8.2.6", | ||
"@stryker-mutator/typescript": "^4.0.0", | "@stryker-mutator/typescript": "^4.0.0", | ||
"jest": "^29.5.0" | "jest": "^29.7.0" | ||
}, | }, | ||
"publishConfig": { | "publishConfig": { | ||
"@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/" | "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/" | ||
... | ... |
Please register or sign in to comment