Files
test_server/package.json
girinb 485098cd1a link
2025-05-29 15:41:51 +09:00

17 lines
324 B
JSON

{
"name": "node_testing",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0",
"firebase-admin": "^13.4.0",
"firebase-functions": "^6.3.2"
}
}