mirror of
https://github.com/Gabi-Zar/Image-Tracker.git
synced 2026-06-15 08:37:09 +02:00
20 lines
442 B
JSON
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"
|
|
}
|
|
}
|