UNPKG

@godspeedsystems/plugins-express-as-http

Version:

Godspeed event source plugin for express as http server

56 lines (55 loc) 1.76 kB
{ "name": "@godspeedsystems/plugins-express-as-http", "version": "1.0.37", "publishConfig": { "access": "public" }, "keywords": [ "godspeed", "meta-framework", "express", "godspeed http server", "microservice", "lowcode", "godspeed plugins" ], "main": "dist/index.js", "types": "dist/index.d.js", "scripts": { "dev": "tsc --watch", "build": "tsc", "prepublishOnly": "npm run build" }, "author": "Godspeed Systems <admin@godspeed.systems>", "license": "Godspeed License 1.0", "description": "Godspeed event source plugin for express as http server", "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.17", "@types/express-fileupload": "^1.4.4", "@types/express-session": "^1.18.0", "@types/node": "^18.14.2", "@types/passport": "^1.0.14", "@types/passport-github2": "^1.2.9", "@types/passport-google-oauth2": "^0.1.10", "@types/passport-jwt": "^3.0.12", "@types/passport-linkedin-oauth2": "^1.5.6", "typescript": "^4.9.5" }, "dependencies": { "@godspeedsystems/core": "^2.4.8", "@godspeedsystems/express-prometheus-middleware": "^0.0.1", "@godspeedsystems/metrics": "^0.0.6", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.2", "express-fileupload": "^1.4.3", "express-session": "^1.18.0", "passport": "^0.6.0", "passport-github2": "^0.1.12", "passport-google-oauth2": "^0.2.0", "passport-jwt": "^4.0.1", "passport-linkedin-oauth2": "github:auth0/passport-linkedin-oauth2#v3.0.0" }, "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }