Files
Image-Tracker/package.json
2026-06-03 12:08:09 +02:00

20 lines
442 B
JSON

{
"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"
}
}