Files
notification/package.json
T
2026-05-12 15:10:17 +05:30

17 lines
312 B
JSON

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