- 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>
35 lines
854 B
JSON
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"
|
|
}
|
|
}
|