整合
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
469 B

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