{
  "name": "fastify-cloudevents",
  "version": "5.1.0",
  "description": "Fastify Plugin to serialize events in the CloudEvents standard format",
  "main": "src/plugin",
  "scripts": {
    "audit:log": "npm audit > ./temp/audit.log",
    "clean:install": "rm -rf ./package-lock.json ./node_modules/",
    "dependency:log": "npm list > ./temp/dependencies.log",
    "docs:clean": "rm -rf ./docs/*",
    "docs:generate": "npx jsdoc -c .jsdoc.json -R README.md",
    "docs": "npm run docs:clean && npm run docs:generate",
    "example-enhanced:debug": "node --inspect-brk example/example-enhanced",
    "example-enhanced": "node example/example-enhanced",
    "example:debug": "node --inspect-brk example/example",
    "example": "node example/example",
    "lint:fix": "standard --fix",
    "lint:standard": "standard --verbose",
    "lint": "npm run lint:standard",
    "test:clean": "rm -rf .nyc_output/* .tap/* ./coverage/*",
    "test:coverage:all": "npm run test:unit --  --coverage-report=text",
    "test:coverage": "npm run test:unit -- --coverage-report=html",
    "test:unit:debug": "tap -T --node-arg=--inspect-brk",
    "test:unit:dev": "tap --watch --coverage-report=none",
    "test:unit": "tap --allow-incomplete-coverage",
    "test": "npm run lint && npm run test:unit"
  },
  "dependencies": {
    "cloudevent": "~0.20.0",
    "fast-json-stringify": "^6.3.0",
    "fastify-plugin": "^5.1.0"
  },
  "devDependencies": {
    "fastify": "^5.0.0",
    "jsdoc": "^4.0.5",
    "standard": "^17.1.2",
    "tap": "^21.5.1"
  },
  "peerDependencies": {},
  "type": "commonjs",
  "engines": {
    "node": ">=20.9.0"
  },
  "homepage": "https://github.com/smartiniOnGitHub/fastify-cloudevents#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartiniOnGitHub/fastify-cloudevents.git"
  },
  "bugs": {
    "url": "https://github.com/smartiniOnGitHub/fastify-cloudevents/issues"
  },
  "keywords": [
    "fastify",
    "plugin",
    "cloudevents"
  ],
  "author": "Sandro Martini <sandro.martini@gmail.com>",
  "license": "Apache-2.0",
  "snyk": true
}
