| { |
| "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" |
| } |
| } |
|
|