UNPKG

@authx/http-proxy-resource

Version:

The AuthX proxy for resources is a flexible HTTP proxy designed to sit in front of a resource.

59 lines (58 loc) 1.64 kB
{ "author": { "email": "mike.marcacci@thecontrolgroup.com", "name": "Mike Marcacci" }, "bugs": "https://github.com/the-control-group/authx/issues", "dependencies": { "@authx/scopes": "^3.1.0-alpha.56", "@types/http-proxy": "^1.17.14", "@types/jsonwebtoken": "^9.0.6", "@types/node-fetch": "^2.6.11", "@types/pg": "^8.11.6", "http-proxy": "^1.18.1", "jsonwebtoken": "^9.0.2" }, "description": "", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "ava": "^6.1.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.2.5", "typescript": "^5.4.5" }, "engines": { "node": ">=6" }, "files": [ "dist", "!dist/test.*" ], "keywords": [ "oauth", "aim", "acl", "access control", "permissions" ], "license": "MIT", "main": "dist/index.js", "name": "@authx/http-proxy-resource", "repository": "https://github.com/the-control-group/authx", "scripts": { "format": "prettier --list-different --write '**/*.{json,yml,md,ts}'", "lint": "prettier -c '**/*.{json,yml,md,ts}' && eslint src --ext ts", "build": "rm -rf dist && tsc", "build:development": "rm -rf dist && tsc --watch", "build:development:chained": "tsc --watch --preserveWatchOutput --pretty", "test": "ava --verbose dist/*.test.js", "test:development": "ava --verbose dist/*.test.js --watch", "prepublishOnly": "npm run build" }, "type": "module", "types": "./dist/index.d.ts", "version": "3.1.0-alpha.56" }