- [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>
17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"name": "demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "mcfly serve"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@mcflyjs/core": "workspace:*",
|
|
"@mcflyjs/config": "workspace:*",
|
|
"@mcflyjs/fastify": "workspace:*"
|
|
}
|
|
}
|