- [x] implement server framework plugin config - [x] new @mcflyjs/fastify package - [x] update readme re: pivot & target state - [x] new basic template Reviewed-on: https://git.ayo.run/ayo/mcfly/pulls/2 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.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"
|
|
}
|
|
}
|