{ "name": "@mcflyjs/config", "version": "0.2.1", "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://github.com/ayoayco/McFly#readme", "dependencies": { "h3": "^1.8.2", "web-component-base": "^2.0.6" }, "devDependencies": { "nitropack": "~2.10" } }