HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/LibreChat/node_modules/nodejs-gpt/package.json
{
  "name": "nodejs-gpt",
  "version": "1.37.4",
  "description": "A ChatGPT implementation using the official ChatGPT model via OpenAI's API.",
  "main": "index.js",
  "bin": {
    "chatgpt-api": "bin/server.js",
    "chatgpt-cli": "bin/cli.js"
  },
  "scripts": {
    "test": "npx eslint .",
    "start": "node bin/server.js",
    "server": "node bin/server.js",
    "cli": "node bin/cli.js",
    "dev:debug:server": "nodemon --ignore cache.json --inspect=0.0.0.0:9229 bin/server.js",
    "dev:debug:cli": "nodemon --ignore cache.json --inspect=0.0.0.0:9228 bin/cli.js",
    "update": "node config/update.js",
    "reinstall": "node config/update.js -g",
    "rebuild:package-lock": "node config/packages"
  },
  "author": "danny-avila",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danny-avila/node-gpt-api.git"
  },
  "keywords": [
    "api",
    "cli",
    "bing",
    "api-server",
    "openai",
    "api-rest",
    "gpt",
    "bing-api",
    "bing-search",
    "gpt-3",
    "openai-api",
    "gpt-4",
    "chatgpt",
    "chatgpt-api",
    "bing-chat"
  ],
  "dependencies": {
    "@dqbd/tiktoken": "^1.0.2",
    "@fastify/cors": "^8.2.0",
    "@timefox/bic-sydney": "^1.1.2",
    "@waylaidwanderer/fastify-sse-v2": "^3.1.0",
    "@waylaidwanderer/fetch-event-source": "^3.0.1",
    "boxen": "^7.0.1",
    "clipboardy": "^3.0.0",
    "dotenv": "^16.0.3",
    "fastify": "^4.11.0",
    "fetch-undici": "^3.0.1",
    "https-proxy-agent": "^7.0.0",
    "inquirer": "^9.1.4",
    "inquirer-autocomplete-prompt": "^3.0.0",
    "keyv": "^4.5.2",
    "keyv-file": "^0.2.0",
    "ora": "^7.0.1",
    "undici": "^5.20.0",
    "ws": "^8.12.0"
  },
  "devDependencies": {
    "@keyv/redis": "^2.5.6",
    "eslint": "^8.35.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "nodemon": "^3.0.1"
  }
}