mirror of
https://github.com/Gabi-Zar/Image-Tracker.git
synced 2026-06-15 08:37:09 +02:00
Initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user