UNPKG

pwalauncher

Version:
57 lines (56 loc) 1.4 kB
{ "name": "pwalauncher", "version": "1.0.46", "description": "The PWA launcher for react-declarative", "main": "index.mjs", "bin": "index.mjs", "scripts": { "start": "node index.mjs", "test": "node --inspect-brk index.mjs" }, "keywords": [ "react-declarative", "pwa", "reverse-proxy", "https", "http", "port-forwarding", "path-proxy", "proxy", "cors", "mixed-content", "same-origin", "websocket", "osint", "honeypot" ], "license": "MIT", "author": { "name": "Petr Tripolsky", "email": "tripolskypetr@gmail.com", "url": "https://github.com/tripolskypetr" }, "funding": { "type": "individual", "url": "http://paypal.me/tripolskypetr" }, "homepage": "https://github.com/tripolskypetr/pwalauncher", "repository": "https://github.com/tripolskypetr/pwalauncher", "dependencies": { "body-parser": "1.20.2", "cookie-parser": "1.4.6", "dotenv": "16.4.5", "express": "4.19.2", "http-proxy-middleware": "2.0.6", "http2-express-autopush": "1.0.5", "http2-express-bridge": "1.0.7", "jsonwebtoken": "8.5.1", "nocache": "4.0.0", "pino": "8.20.0", "pino-express": "1.1.1", "rotating-file-stream": "3.2.1", "serialize-error": "11.0.3", "sockjs": "0.3.24", "uuid": "9.0.1" } }