alioth/before/cha/11-01=fastify-template/package.json
2025-05-30 09:18:01 +08:00

22 lines
469 B
JSON

{
"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"
}
}