mcfly/demo/package.json
2026-05-25 22:55:57 +02:00

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:*"
}
}