-
Sigmund, Dominik authoredSigmund, Dominik authored
This project manages its dependencies using npm.
Learn more
package.json 930 B
{
"name": "@libs/security",
"version": "2.3.1",
"description": "Sets Headers to a very save style in express-apps. may be overriden by config",
"main": "index.js",
"scripts": {
"test": "jest",
"test:mutation": "stryker run"
},
"keywords": [
"security",
"header",
"express",
"middleware"
],
"repository": {
"type": "git",
"url": "https://gitlab.ard.de/libs/security.git"
},
"publishConfig": {
"@libs:registry": "https://gitlab.br.de/api/v4/projects/954/packages/npm/"
},
"author": "Dominik Sigmund <dominik.sigmund@br.de>",
"license": "ISC",
"devDependencies": {
"@stryker-mutator/core": "^7.1.0",
"@stryker-mutator/javascript-mutator": "^4.0.0",
"@stryker-mutator/jest-runner": "^7.1.0",
"@stryker-mutator/typescript": "^4.0.0",
"express": "^4.18.2",
"jest": "^29.5.0",
"jest-html-reporters": "^3.1.4",
"superagent": "^8.0.9"
}
}