Files
fastify-beginner-guide/package.json

17 lines
310 B
JSON

{
"name": "fastify-beginner-guide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^5.6.0",
"undici": "^7.16.0"
}
}