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/chatbot-sdk/package.json
{
  "private": true,
  "scripts": {
    "build": "turbo build",
    "changeset": "changeset",
    "clean": "turbo clean",
    "dev": "HOST=0.0.0.0 turbo dev --no-cache  --concurrency 16 --continue",
    "lint": "turbo lint",
    "prepare": "husky install",
    "prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
    "type-check": "turbo type-check",
    "prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",
    "publint": "turbo publint",
    "test": "turbo test",
    "ci:release": "turbo clean && turbo build && changeset publish",
    "ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
    "clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
    "check-docs-links": "node ./check-docs-links.js"
  },
  "lint-staged": {
    "*": [
      "prettier --ignore-unknown --write"
    ]
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.9",
    "@openassistantgpt__assistant": "link:@types/@openassistantgpt__assistant",
    "@openassistantgpt__react": "link:@types/@openassistantgpt__react",
    "@openassistantgpt__ui": "link:@types/@openassistantgpt__ui",
    "@playwright/test": "^1.48.2",
    "chalk": "^5.3.0",
    "eslint": "^8.57.1",
    "eslint-config-openassistantgpt": "workspace:*",
    "husky": "^9.1.6",
    "lint-staged": "^15.2.10",
    "next": "14.2.15",
    "playwright": "^1.48.2",
    "prettier": "2.8.8",
    "publint": "0.2.9",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "turbo": "^2.2.3",
    "vitest": "1.6.0"
  },
  "homepage": "https://openassistantgpt.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenAssistantGPT/OpenAssistantGPT-SDK.git"
  },
  "license": "Apache License",
  "bugs": {
    "url": "https://github.com/OpenAssistantGPT/OpenAssistantGPT-SDK/issues"
  },
  "keywords": [
    "ai"
  ],
  "packageManager": "pnpm@8.6.9",
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "arrowParens": "avoid",
    "trailingComma": "all"
  },
  "name": "openassistantgpt-sdk",
  "dependencies": {
    "@eslint/config-array": "^0.19.1",
    "@eslint/object-schema": "^2.1.5",
    "@typescript-eslint/parser": "7.2.0",
    "core-js": "^3",
    "glob": "9",
    "lru-cache": "^11.0.2",
    "openassistantgpt": "workspace:^",
    "rimraf": "4",
    "svelte": "^4.2.19"
  }
}