{
  "name": "llama-cpp-python-djs-bot",
  "version": "1.0.0",
  "description": "",
  "main": "llamabot.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "cpu-stat": "^2.0.1",
    "discord.js": "^14.9.0",
    "dotenv": "^16.0.3",
    "gpt-tokenizer": "^2.1.1",
    "llama-tokenizer-js": "^1.0.0",
    "node-fetch": "^3.3.1",
    "node-nvidia-smi": "^1.0.0",
    "os": "^0.1.2",
    "tiktoken": "^1.0.10"
  }
}