All @fastify/* plugins (cookie, cors, multipart, static) were already on 5.x-targeted versions; fastify itself was still on 4.29.1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "hnf-cashup-backend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cookie": "^9.4.0",
|
|
"@fastify/cors": "^9.0.1",
|
|
"@fastify/multipart": "^9.0.1",
|
|
"@fastify/static": "^8.0.1",
|
|
"fastify": "^5.0.0",
|
|
"jose": "^5.9.6",
|
|
"pg": "^8.13.1"
|
|
}
|
|
}
|