UNPKG

proxify-vercel

Version:

run vercel with respect to http_proxy

38 lines (37 loc) 849 B
{ "name": "proxify-vercel", "version": "1.0.4", "description": "run vercel with respect to http_proxy", "main": "pnode", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node bin/vercel" }, "bin": { "vercel": "bin/vercel" }, "repository": { "type": "git", "url": "git+https://github.com/jloewe/proxify-vercel" }, "keywords": [ "now", "vercel", "proxy", "global-agent", "agent" ], "author": "Jan Henry Loewe <kontakt@jloewe.net>", "contributors": [ "Martin Knopf" ], "license": "MIT", "bugs": { "url": "https://github.com/jloewe/proxify-vercel/issues" }, "homepage": "https://github.com/jloewe/proxify-vercel#readme", "dependencies": { "global-agent": "^2.1.12", "vercel": "latest" } }