package.json 634 Bytes
{
  "name": "chatgpt-server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "anchorme": "^2.1.2",
    "axios": "^1.5.1",
    "body-parser": "^1.20.1",
    "cookie": "0.5.0",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "express-rate-limit": "^6.7.0",
    "js-tiktoken": "1.0.7",
    "morgan": "^1.10.0",
    "node-fetch": "^2.7.0",
    "openai": "^3.2.0",
    "redis": "^4.7.0"
  }
}