mcfly/packages/fastify/package.json
Ayo 08c2497fab feat: use fastify as server
- remove nitropack
- new @mcflyjs/fastify package
- test-core workspace for testing the new setup
2026-05-25 22:43:15 +02:00

16 lines
314 B
JSON

{
"name": "@mcflyjs/fastify",
"version": "0.0.1",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/autoload": "6.3.1",
"fastify": "5.8.5"
}
}