-
- Downloads
Added optional BasePath
.npmrc
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | ||
"name": "@plastdev/config", | ||
"version": "1.7.0", | ||
"name": "@general/config", | ||
"version": "1.8.0", | ||
"description": "Simple Config with ENV Support", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -17,11 +17,14 @@ |
"lodash.merge": "^4.6.2" | ||
}, | ||
"devDependencies": { | ||
"@stryker-mutator/core": "^3.1.0", | ||
"@stryker-mutator/javascript-mutator": "^3.1.0", | ||
"@stryker-mutator/jest-runner": "^3.1.0", | ||
"@stryker-mutator/typescript": "^3.1.0", | ||
"jest": "^25.3.0" | ||
"@stryker-mutator/core": "^4.1.0", | ||
"@stryker-mutator/javascript-mutator": "^4.0.0", | ||
"@stryker-mutator/jest-runner": "^4.1.0", | ||
"@stryker-mutator/typescript": "^4.0.0", | ||
"jest": "^26.6.1" | ||
}, | ||
"publishConfig": { | ||
"@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
... | ... |
Please register or sign in to comment