mirror of
https://github.com/kou029w/_.git
synced 2025-02-04 16:18:41 +00:00
8b6f15e55b
Bumps [fastify](https://github.com/fastify/fastify) from 3.28.0 to 3.29.4. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.28.0...v3.29.4) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"name": "@kou029w/vercel-fastify",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": ":",
|
|
"vercel-build": "tsup src --clean",
|
|
"preview": "vercel dev",
|
|
"deploy": "vercel deploy"
|
|
},
|
|
"dependencies": {
|
|
"fastify": "^3.29.4",
|
|
"fastify-autoload": "^3.12.0",
|
|
"pino-pretty": "^7.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"tsup": "^5.12.6",
|
|
"vercel": "^24.1.0"
|
|
}
|
|
}
|