File size: 1,599 Bytes
31ca64a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0b33b65
31ca64a
0b33b65
31ca64a
c4985a3
 
 
 
31ca64a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "name": "rox-ai",
  "version": "3.9.2",
  "description": "Rox AI - Production-Ready Professional AI Chat Interface with Multi-Model Support and Live Internet Search",
  "main": "server.js",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "scripts": {
    "start": "node server.js",
    "clean": "node -e \"require('fs').rmSync('uploads', {recursive:true,force:true}); require('fs').mkdirSync('uploads'); console.log('Uploads cleaned')\"",
    "health": "node -e \"require('http').get('http://localhost:7860/api/health', r => { let d=''; r.on('data',c=>d+=c); r.on('end',()=>console.log(JSON.parse(d))); }).on('error', e => console.error('Server not running:', e.message))\"",
    "version": "node -e \"console.log(require('./package.json').version)\""
  },
  "keywords": [
    "ai",
    "chat",
    "assistant",
    "llm",
    "nvidia",
    "deepseek",
    "qwen",
    "llama",
    "file-upload",
    "multi-model",
    "production-ready",
    "pwa",
    "streaming",
    "web-search",
    "internet-access",
    "real-time-data"
  ],
  "author": "Mohammad Faiz - Rox AI",
  "license": "MIT",
  "homepage": "https://github.com/roxai/rox-ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/roxai/rox-ai.git"
  },
  "bugs": {
    "url": "https://github.com/roxai/rox-ai/issues"
  },
  "dependencies": {
    "compression": "^1.7.4",
    "express": "^4.18.2",
    "mammoth": "^1.11.0",
    "multer": "^1.4.5-lts.1",
    "openai": "^4.104.0",
    "pdf-parse": "^1.1.1"
  },
  "private": true,
  "devDependencies": {
    "javascript-obfuscator": "^5.1.0"
  }
}