expandchatbotv2/package.json
2024-04-09 11:58:31 +10:00

37 lines
932 B
JSON

{
"name": "Expandsdiscordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.8.0",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"axios": "^1.6.8",
"console-stamp": "^3.1.2",
"cron": "^1.8.2",
"deepai": "^1.0.21",
"discord-api-types": "^0.20.2",
"discord.js": "^14.13.0",
"dotenv": "^9.0.2",
"gifencoder": "^2.0.1",
"glob": "^7.2.0",
"got": "^12.5.3",
"mongodb": "^6.5.0",
"nodemon": "^2.0.19",
"ollama": "^0.5.0",
"openai": "^3.2.1",
"os": "^0.1.2",
"pm2": "^5.1.2"
}
}