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