first commit

This commit is contained in:
Gitea
2026-05-12 15:10:17 +05:30
commit c2643e3521
5 changed files with 2900 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "notification",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.2.1",
"firebase-admin": "^13.8.0"
}
}