{ "name": "fastify-template", "version": "1.0.0", "description": "", "type": "module", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js development", "server": "node app.js production" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "fastify": "^4.25.1", "pino": "^8.17.1", "pino-pretty": "^10.3.0", "rotating-file-stream": "^3.1.1" } }