{
  "name": "express-request-mock",
  "version": "5.0.0",
  "description": "A convenient wrapper for node-mocks-http which makes testing Express or Koa controllers and middleware easy.",
  "keywords": [
    "mock",
    "stub",
    "test",
    "express",
    "koa"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "npm run verify && npm run spec",
    "spec": "node --test --test-reporter spec",
    "lint": "eslint .",
    "format": "prettier $([ $CI ] && echo '--check' || echo '--write') '**/*.{js,jsx,json,yml}'",
    "verify": "npm run lint && npm run format",
    "prepublishOnly": "npm run test"
  },
  "author": "Matt Hinchliffe",
  "repository": {
    "type": "git",
    "url": "git@github.com:i-like-robots/express-request-mock.git"
  },
  "homepage": "https://github.com/i-like-robots/express-request-mock",
  "license": "MIT",
  "dependencies": {
    "node-mocks-http": "^1.17.2"
  },
  "devDependencies": {
    "eslint": "^9.16.0",
    "prettier": "^3.8.2"
  },
  "engines": {
    "node": ">= 24.0.0"
  }
}
