19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"name": "@mcflyjs/fastify",
|
|
"version": "0.1.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@mcflyjs/core": "workspace:*"
|
|
}
|
|
}
|