mcfly/packages/config/package.json
2025-01-09 17:39:29 +01:00

30 lines
706 B
JSON

{
"name": "@mcflyjs/config",
"version": "0.2.6",
"description": "Nitro configuration for McFly apps",
"type": "module",
"main": "index.js",
"scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/McFly.git",
"directory": "packages/config"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoayco/McFly/issues"
},
"homepage": "https://mcfly.js.org",
"dependencies": {
"h3": "^1.8.2",
"web-component-base": "^2.0.6"
},
"devDependencies": {
"nitropack": "~2.10"
}
}