{
  "name": "@fastify/flash",
  "version": "6.0.5",
  "description": "Flash message plugin for fastify.",
  "main": "./lib",
  "type": "commonjs",
  "scripts": {
    "build": "npm run clean-build && npm run lint && tsc -p ./tsconfig.build.json",
    "clean-build": "rimraf ./lib && mkdir lib",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "update": "npx npm-check -u",
    "prepublishOnly": "npm run build",
    "test": "npx -p \"@fastify/secure-session\" secure-session > secret-key && borp --coverage && rimraf secret-key",
    "test:report": "npm run test | tee out.tap"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-flash.git"
  },
  "keywords": [
    "fastify",
    "flash",
    "messages"
  ],
  "contributors": [
    "Maksim Sinik <maksim@sinik.it>",
    {
      "name": "Matteo Collina",
      "email": "hello@matteocollina.com"
    },
    {
      "name": "James Sumners",
      "url": "https://james.sumners.info"
    },
    {
      "name": "Frazer Smith",
      "email": "frazer.dev@icloud.com",
      "url": "https://github.com/fdawgs"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-flash/issues"
  },
  "homepage": "https://github.com/fastify/fastify-flash#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/fastify"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fastify"
    }
  ],
  "devDependencies": {
    "@fastify/secure-session": "^8.0.0",
    "@types/node": "^26.0.0",
    "borp": "^0.21.0",
    "eslint": "^9.35.0",
    "fastify": "^5.0.0",
    "neostandard": "^0.13.0",
    "rimraf": "^6.0.1",
    "typescript": "~6.0.2"
  },
  "dependencies": {
    "fastify-plugin": "^6.0.0"
  },
  "files": [
    "/lib"
  ],
  "publishConfig": {
    "access": "public"
  }
}
