UNPKG

next-http-proxy-middleware

Version:
79 lines (78 loc) 1.66 kB
{ "name": "next-http-proxy-middleware", "version": "1.2.8", "description": "Nextjs HTTP Proxy Middleware", "main": "build/index.js", "scripts": { "test": "jest", "build": "rollup -c ./rollup.config.js", "publish": "npm run build && npm publish" }, "contributors": [ "Yongwoo Jung<stegano@naver.com>", "Denny Lim<hi.iamdenny@gmail.com>", "Kristian Tryggestad", "Gunnlaugur Thor Briem", "Otto von Wesendonk", "Daniel Silva", "Yann Pringault", "Lorenzo", "Timon Grassl", "Abhinav Kumar", "Jack Cuthbert", "Vytenis", "Dario Varotto", "johannbrynjar" ], "dependencies": { "@types/http-proxy": "1.17.3", "http-proxy": "^1.18.1" }, "devDependencies": { "@types/jest": "^25.1.3", "typescript": "^3.8.2", "jest": "^29.7.0", "next": "^16.1.5", "rollup": "^2.38.0", "rollup-plugin-typescript2": "^0.29.0", "rollup-plugin-uglify": "^6.0.4", "ts-jest": "^26.4.4" }, "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "\\.test\\.ts$", "moduleFileExtensions": [ "ts", "js" ], "globals": { "ts-jest": { "enableTsDiagnostics": true } } }, "license": "MIT", "bugs": { "url": "https://github.com/stegano/next-http-proxy-middleware/issues" }, "keywords": [ "reverse", "proxy", "middleware", "http", "https", "connect", "express", "websocket", "ws", "cors", "next", "next.js" ], "homepage": "https://github.com/stegano/next-http-proxy-middleware#readme", "engines": { "node": ">=10.0.0" } }