36 lines
808 B
JSON
36 lines
808 B
JSON
{
|
|
"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",
|
|
"registry": "node registry.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/rest": "^2.2.0",
|
|
"axios": "^1.8.4",
|
|
"discord-api-types": "^0.37.120",
|
|
"discord.js": "^14.18.0",
|
|
"dotenv": "^16.5.0",
|
|
"eventsource": "^3.0.6",
|
|
"node-cron": "^3.0.3",
|
|
"openai": "^4.95.1",
|
|
"pocketbase": "^0.25.2",
|
|
"winston": "^3.17.0",
|
|
"winston-daily-rotate-file": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-import": "^2.29.1"
|
|
}
|
|
}
|