{ "name": "xplane-glass-cockpit", "version": "0.1.0", "description": "Bring X-Plane 12 instruments (PFD/MFD, G1000-style, autopilot) to any tablet or laptop on your LAN via React.", "type": "module", "scripts": { "postinstall": "cd web && npm install", "build": "cd web && npm run build", "start": "node server/bridge.js", "dev:bridge": "node --watch server/bridge.js", "dev:web": "cd web && npm run dev" }, "dependencies": { "express": "^4.21.2", "ws": "^8.18.0" }, "devDependencies": { "playwright": "^1.60.0" } }