{
  "name": "@dr.pogodin/csurf",
  "description": "CSRF token middleware for ExpressJS",
  "version": "1.14.1",
  "license": "MIT",
  "repository": "github:birdofpreyru/csurf",
  "bugs": {
    "url": "https://github.com/birdofpreyru/csurf/issues"
  },
  "homepage": "https://dr.pogodin.studio/docs/csurf",
  "main": "index.js",
  "dependencies": {
    "cookie": "^1.0.2",
    "cookie-signature": "^1.2.2",
    "http-errors": "^2.0.0",
    "rndm": "1.2.0",
    "tsscmp": "1.0.6",
    "uid-safe": "2.1.5"
  },
  "devDependencies": {
    "body-parser": "^1.20.3",
    "connect": "3.7.0",
    "cookie-parser": "^1.4.7",
    "cookie-session": "^2.1.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.31.0",
    "mocha": "^10.8.2",
    "nyc": "^17.1.0",
    "supertest": "^7.0.0"
  },
  "engines": {
    "node": ">= 18"
  },
  "scripts": {
    "lint": "eslint --ext js .",
    "mocha": "mocha --check-leaks --reporter spec --bail test/",
    "test": "npm run lint && npm run mocha",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "keywords": [
    "csrf",
    "tokens",
    "middleware",
    "express",
    "javascript",
    "tools",
    "utils"
  ]
}
