Add Discord notifications for image generation and snapshot creation

This commit is contained in:
ImBenji
2026-02-13 21:47:12 +00:00
parent a23defb327
commit 813ed39102
13 changed files with 733 additions and 980 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "node generate.js",
"generate": "node scripts/generate.js",
"start": "node api.js"
},
"keywords": [],
@@ -13,9 +13,11 @@
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@ffprobe-installer/ffprobe": "^1.4.1",
"better-sqlite3": "^11.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"playwright": "^1.48.0",
"puppeteer": "^23.0.0"
}
}