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.

10 lines
362 B

2 months ago
  1. {
  2. "name": "@firebase/auth/internal",
  3. "description": "An internal version of the Auth SDK for use in the compatibility layer",
  4. "main": "../dist/node/internal.js",
  5. "module": "../dist/esm2017/internal.js",
  6. "browser": "../dist/esm2017/internal.js",
  7. "esm5": "../dist/esm5/internal.js",
  8. "typings": "../dist/esm5/internal/index.d.ts",
  9. "private": true
  10. }