Skip to content
Snippets Groups Projects
Select Git revision
  • d477b075037b1c1703c0d2deeb09860b3a3b43b6
  • main default protected
  • develop
  • 2.3.1
  • 2.3.0
  • 2.2.3
  • 2.2.2
7 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 930 B
    {
      "name": "@libs/security",
      "version": "2.3.0",
      "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"
      }
    }