agentify-client
Version:
Secure connection client for exposing local REST APIs, self-hosted LLMs, and development sites to the web instantly
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "agentify-client",
"version": "1.0.2",
"description": "Secure connection client for exposing local REST APIs, self-hosted LLMs, and development sites to the web instantly",
"main": "index.js",
"bin": {
"agentify": "./index.js"
},
"files": [
"bin",
"index.js",
"scripts",
"downloads",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"agentify",
"agnode",
"cli",
"reverse-proxy",
"secure-tunnel",
"local-development",
"public-url",
"rest-api",
"self-hosted-llm",
"on-premises",
"secure-connection",
"cross-platform",
"developer-tools",
"node-client",
"local-to-web",
"expose-local-service"
],
"homepage": "https://agentifyops.com",
"repository": {
"type": "git",
"url": "https://github.com/agentifyops/agentify-client.git"
},
"engines": {
"node": ">=14.0.0"
},
"author": "AgentifyOps",
"license": "ISC",
"type": "commonjs"
}