4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "fastify-hello-world",
  "version": "1.0.0",
  "description": "Hello World Fastify application",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "fastify": "^4.0.0"
  },
  "author": "",
  "license": "Apache-2.0"
}