GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
202 B

2 months ago
  1. {
  2. "name": "greet-the-world",
  3. "description": "Greet the world",
  4. "main": "index.js",
  5. "dependencies": {
  6. "firebase-admin": "^10.2.0",
  7. "firebase-functions": "^3.21.0"
  8. },
  9. "private": true
  10. }