mcfly/packages/core/package.json
Ayo Ayco 62fbf5c4b8 fix(core): use c12 to load mcfly config from route middleware
- Can pass functions; while nitro's runtimeConfig cannot. This makes plugins possible
2025-01-10 17:43:25 +01:00

46 lines
1 KiB
JSON

{
"name": "@mcflyjs/core",
"version": "0.8.7",
"description": "McFly core package",
"type": "module",
"main": "index.js",
"bin": {
"mcfly": "cli/index.js"
},
"scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "packages/core"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
},
"homepage": "https://mcfly.js.org",
"dependencies": {
"c12": "^2.0.1",
"citty": "^0.1.6",
"consola": "^3.3.3",
"devalue": "^5.1.1",
"esprima": "^4.0.1",
"h3": "^1.13.0",
"nitropack": "latest",
"pathe": "^1.1.2",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"@vitest/coverage-istanbul": "2.1.8",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"esbuild": "^0.24.2",
"hookable": "^5.5.3",
"unstorage": "^1.14.4",
"vitest": "^2.1.8"
}
}