llama-cpp-python-djs-bot/package.json

21 lines
426 B
JSON

{
"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": {
"discord.js": "^14.9.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"node-fetch": "^3.3.1",
"os": "^0.1.2",
"cpu-stat": "^2.0.1"
}
}