1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-03 23:58:44 +00:00
_/vercel-fastify/package.json
dependabot[bot] 8b6f15e55b
Bump fastify from 3.28.0 to 3.29.4 in /vercel-fastify
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>
2022-11-21 22:50:59 +00:00

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