- generic `server.serve` config - new demo workspace - new basic template - updated readme Reviewed-on: https://git.ayo.run/ayo/mcfly/pulls/3 Co-authored-by: Ayo <ayo@ayco.io> Co-committed-by: Ayo <ayo@ayco.io>
16 lines
314 B
JSON
16 lines
314 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"
|
|
}
|
|
}
|