{ "name": "mifi-ventures-landing", "version": "1.0.0", "private": true, "packageManager": "pnpm@9.15.0", "description": "mifi Ventures landing site — static build with critical CSS inlining", "scripts": { "build": "node build.mjs", "preview": "npx serve dist", "dev": "live-server site --port=3000 --open=/" }, "devDependencies": { "critters": "^0.0.24", "live-server": "^1.2.2" } }