mcfly/packages/config/package.json
Ayo 6edab54354 feat: new architecture to support server framework plugin
- 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>
2026-06-04 11:17:09 +00:00

35 lines
854 B
JSON

{
"name": "@mcflyjs/config",
"version": "0.3.0-alpha",
"description": "Nitro configuration for McFly apps",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./define-config": "./dist/define-config.js"
},
"scripts": {
"build": "tsc --erasableSyntaxOnly",
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ayo.run/ayo/mcfly",
"directory": "packages/config"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
},
"homepage": "https://mcfly.js.org",
"dependencies": {
"h3": "^1.15.1",
"web-component-base": "^4.0.0"
}
}