{
  "name": "@financial-times/source-param-middleware",
  "version": "2.0.0",
  "description": "Require a valid source parameter in Express requests.",
  "keywords": [
    "origami"
  ],
  "license": "MIT",
  "homepage": "https://github.com/Financial-Times/source-param-middleware",
  "bugs": {
    "url": "https://github.com/Financial-Times/source-param-middleware/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Financial-Times/source-param-middleware.git"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=5"
  },
  "main": "./lib/source-param-middleware.js",
  "scripts": {
    "test": "make verify test",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "dependencies": {
    "http-errors": "^1.6.2",
    "lodash": "^4.17.4",
    "request": "^2.83.0",
    "snyk": "^1.336.0"
  },
  "devDependencies": {
    "@financial-times/origami-service-makefile": "^7.0.3",
    "eslint": "^7.1.0",
    "mocha": "^7.2.0",
    "mockery": "^2.1.0",
    "npm-prepublish": "^1.2.3",
    "nyc": "^15.0.1",
    "proclaim": "^3.5.0",
    "sinon": "^9.0.2"
  },
  "snyk": true
}
