- Downloads
Migrating commit
This diff is collapsed.
| { | ||
| "name": "@general/security", | ||
| "name": "@libs/security", | ||
| "version": "2.2.2", | ||
| "description": "Sets Headers to a very save style in express-apps. may be overriden by config", | ||
| "main": "index.js", | ||
| ... | ... | @@ -15,23 +15,22 @@ | 
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://gitlab.br.de/general/security.git" | ||
| "url": "https://gitlab.ard.de/libs/security.git" | ||
| }, | ||
| "publishConfig": { | ||
| "@general:registry": "https://gitlab.br.de/api/v4/projects/15/packages/npm/" | ||
| "@libs:registry": "https://gitlab.br.de/api/v4/projects/954/packages/npm/" | ||
| }, | ||
| "author": "Dominik Sigmund <dominik.sigmund@br.de>", | ||
| "license": "ISC", | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
| "@stryker-mutator/core": "^5.4.1", | ||
| "@stryker-mutator/core": "^7.1.0", | ||
| "@stryker-mutator/javascript-mutator": "^4.0.0", | ||
| "@stryker-mutator/jest-runner": "^5.4.1", | ||
| "@stryker-mutator/jest-runner": "^7.1.0", | ||
| "@stryker-mutator/typescript": "^4.0.0", | ||
| "express": "^4.17.1", | ||
| "jest": "^27.2.4", | ||
| "jest-html-reporters": "^2.1.6", | ||
| "superagent": "^6.1.0" | ||
| "express": "^4.18.2", | ||
| "jest": "^29.5.0", | ||
| "jest-html-reporters": "^3.1.4", | ||
| "superagent": "^8.0.9" | ||
| }, | ||
| "jest": { | ||
| "collectCoverage": true, | ||
| ... | ... | |
| ... | ... | 
Please sign in to comment