{
    "name": "rowiejs",
    "version": "0.4.4",
    "description": "Meta-framework React de nueva generación con SSR, SSG y CSR híbrido",
    "main": "dist/index.cjs.js",
    "module": "dist/index.es.js",
    "types": "dist/index.d.ts",
    "browser": "dist/client.es.js",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.es.js",
            "require": "./dist/index.cjs.js"
        },
        "./client": {
            "types": "./dist/client.d.ts",
            "import": "./dist/client.es.js",
            "require": "./dist/client.cjs.js"
        }
    },
    "bin": {
        "rowiejs": "dist/core/cli/index.cjs.js"
    },
    "scripts": {
        "dev": "tsx src/cli/dev.ts",
        "build": "tsx src/cli/build.ts",
        "start": "tsx src/cli/start.ts",
        "build-types": "tsc --emitDeclarationOnly --declaration --outDir dist",
        "build-framework": "npm run build-types && vite build",
        "prepublishOnly": "npm run build-framework",
        "test": "echo \"No tests specified\" && exit 0"
    },
    "keywords": [
        "react",
        "vite",
        "ssr",
        "ssg",
        "csr",
        "meta-framework",
        "seo",
        "routing",
        "file-based-routing",
        "typescript",
        "spa",
        "static-site-generation",
        "server-side-rendering"
    ],
    "author": {
        "name": "fabriciodev26",
        "email": "fabriciodev26@example.com"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/fabriciodev26/rowiejs.git"
    },
    "homepage": "https://github.com/fabriciodev26/rowiejs#readme",
    "bugs": {
        "url": "https://github.com/fabriciodev26/rowiejs/issues"
    },
    "engines": {
        "node": ">=18.0.0",
        "npm": ">=8.0.0"
    },
        "dependencies": {
            "chalk": "^4.1.2",
            "chokidar": "^4.0.3",
            "commander": "^12.0.0",
            "express": "^5.0.0",
            "fastify": "^5.6.1",
            "glob": "^11.0.3",
            "react": "^19.2.0",
            "react-dom": "^19.2.0",
            "react-router-dom": "^7.9.3"
        },
    "devDependencies": {
        "@types/express": "^5.0.3",
        "@types/node": "^20.10.0",
        "@types/react": "^19.1.16",
        "@types/react-dom": "^19.0.0-rc.1",
        "@vitejs/plugin-react": "^5.0.4",
        "esbuild": "^0.25.9",
        "rollup": "^4.18.0",
        "tsx": "^4.20.6",
        "typescript": "^5.9.0",
        "vite": "^7.1.7"
    },
    "peerDependenciesMeta": {
        "react": {
            "optional": false
        },
        "react-dom": {
            "optional": false
        }
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public"
    }
}
