mirror of
https://github.com/ApfelTeeSaft/Disky.git
synced 2026-08-26 19:23:34 +00:00
Added a semi proper Login command, needs a lot of bugfixing tho Auth to Bluesky broke? overall improved messages with ephemeral type
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"name": "discord-bluesky-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@atproto/api": "^0.13.16",
|
|
"appwrite": "^16.0.2",
|
|
"canvas": "^2.11.2",
|
|
"cron": "^3.2.1",
|
|
"discord.js": "^14.16.3",
|
|
"dotenv": "^16.4.5",
|
|
"node-appwrite": "^14.1.0",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"@types/sqlite3": "^3.1.11",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|