Initial commit

This commit is contained in:
2026-06-03 12:08:09 +02:00
commit 14f388d5a3
6 changed files with 1863 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "image-tracker",
"version": "1.0.0",
"description": "",
"license": "GPL-3.0",
"author": "GabiZar",
"type": "module",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"ntfy": "^1.15.3",
"ua-parser-js": "^2.0.10"
}
}