2025-04-25 21:27:00 -04:00
|
|
|
{
|
|
|
|
|
"name": "io3",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "A bot. Description to change.",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"author": "jrmyr/0x4A",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"directories": {
|
|
|
|
|
"doc": "docs"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.js",
|
|
|
|
|
"watch": "nodemon --ext js, json --watch config.js, --watch index.js",
|
|
|
|
|
"registry": "node registry.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"axios": "^1.8.4",
|
|
|
|
|
"discord-api-types": "^0.37.120",
|
|
|
|
|
"discord.js": "^14.18.0",
|
|
|
|
|
"dotenv": "^16.5.0",
|
2025-05-01 20:14:48 +00:00
|
|
|
"eventsource": "^3.0.6",
|
2025-04-25 21:27:00 -04:00
|
|
|
"node-cron": "^3.0.3",
|
|
|
|
|
"openai": "^4.95.1",
|
|
|
|
|
"pocketbase": "^0.25.2",
|
|
|
|
|
"winston": "^3.17.0",
|
|
|
|
|
"winston-daily-rotate-file": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|