Add Discord notifications for image generation and snapshot creation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user