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.

16 lines
374 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. "devDependencies": {
  10. "eslint": "^8.15.1",
  11. "eslint-plugin-promise": "^6.0.0"
  12. },
  13. "scripts": {
  14. "lint": "./node_modules/.bin/eslint --max-warnings=0 .."
  15. },
  16. "private": true
  17. }