@soubhikchatterjee/tunnel-agent
Version:
Expose your local server to the outside world!
36 lines (35 loc) • 968 B
JSON
{
"name": "@soubhikchatterjee/tunnel-agent",
"description": "Expose your local server to the outside world!",
"version": "1.1.2",
"main": "client.js",
"bin": {
"ta": "bin/ta.js"
},
"author": "Soubhik Chatterjee (https://soubhik.chatterjee.pw)",
"license": "MIT",
"keywords": [
"cli",
"local proxy",
"tunnel-agent"
],
"scripts": {
"deploy": "npm publish --access=public",
"soubhik": "NODE_ENV=local node client.js start 5757 -s soubhik"
},
"dependencies": {
"commander": "^9.0.0",
"https-proxy-agent": "^5.0.1",
"project-name-generator": "^2.1.9",
"socket.io-client": "^4.6.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/soubhikchatterjee/tunnel-agent-client.git"
},
"bugs": {
"url": "https://github.com/soubhikchatterjee/tunnel-agent-client/issues"
},
"homepage": "https://github.com/soubhikchatterjee/tunnel-agent-client#readme"
}