vzakharchenko/keycloak-api-gateway

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "keycloak-api-gateway",
  "version": "1.0.6",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint src --ext .ts src",
    "lint:fix": "eslint --fix src --ext .ts",
    "build": "tsc --build",
    "test": "jest --colors --verbose --coverage --coverageDirectory=.coverage/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vzakharchenko/keycloak-api-gateway.git"
  },
  "keywords": [
    "keycloak",
    "api",
    "gateway",
    "cloudfront",
    "lambda:edge",
    "lambda@edge",
    "api-gateway",
    "multi-tenant",
    "multitenant"
  ],
  "author": "vzakharchenko",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vzakharchenko/keycloak-api-gateway/issues"
  },
  "homepage": "https://github.com/vzakharchenko/keycloak-api-gateway#readme",
  "devDependencies": {
    "@shopify/eslint-plugin": "40.4.0",
    "@types/cookie": "^0.4.1",
    "@types/cookie-parser": "^1.4.2",
    "@types/jest": "^27.4.0",
    "@types/jsonwebtoken": "^8.5.8",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "coveralls": "^3.1.1",
    "eslint": "7.32.0",
    "eslint-plugin-no-loops": "^0.3.0",
    "jest": "^27.4.7",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "aws-sdk": "^2.1060.0",
    "jsonwebtoken": "^8.5.1",
    "jws": "^4.0.0",
    "keycloak-lambda-authorizer": "1.0.8",
    "uuid": "^8.3.2"
  },
  "optionalDependencies": {
    "body-parser": "^1.19.1",
    "cookie": "^0.4.1",
    "cookie-parser": "^1.4.6",
    "querystring": "^0.2.1"
  },
  "funding": "https://secure.wayforpay.com/button/b95af1a9b9ed3"
}