- 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>
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "mcfly-basic",
|
|
"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/config": "^0.3.0-alpha",
|
|
"@mcflyjs/core": "^0.9.0-alpha",
|
|
"@mcflyjs/fastify": "^0.1"
|
|
}
|
|
}
|