{
  "name": "sofi-csrf",
  "version": "1.0.1",
  "description": "Fast, fully-typed, and framework-agnostic CSRF protection library for Node.js. Works with Express and Hono.",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "csrf",
    "security",
    "express",
    "hono",
    "middleware",
    "framework-agnostic"
  ],
  "author": "sofidev",
  "license": "MIT",
  "devDependencies": {
    "@types/cookie-parser": "^1.4.10",
    "@types/express": "^5.0.6",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.5.2",
    "@types/supertest": "^7.2.0",
    "cookie-parser": "^1.4.7",
    "express": "^5.2.1",
    "hono": "^4.12.10",
    "jest": "^30.3.0",
    "supertest": "^7.2.2",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.2"
  },
  "types": "dist/index.d.ts"
}
