Select Git revision
package.json
-
Herfort, Thomas authoredHerfort, Thomas authored
This project manages its dependencies using npm.
Learn more
package.json 906 B
{
"name": "@general/config",
"version": "1.7.0",
"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": "^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"
},
"publishConfig": {
"@general:registry":"https://gitlab.br.de/api/v4/projects/7/packages/npm/"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"text",
"clover",
"html"
],
"coverageDirectory": "docs/coverage"
}
}