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.

12 lines
454 B

2 months ago
  1. {
  2. "name": "@firebase/firestore-lite",
  3. "description": "A lite version of the Firestore SDK",
  4. "main": "../dist/lite/index.node.cjs.js",
  5. "main-esm": "../dist/lite/index.node.mjs",
  6. "module": "../dist/lite/index.browser.esm2017.js",
  7. "browser": "../dist/lite/index.browser.esm2017.js",
  8. "react-native": "../dist/lite/index.rn.esm2017.js",
  9. "esm5": "../dist/lite/index.browser.esm5.js",
  10. "typings": "../dist/lite/index.d.ts",
  11. "private": true
  12. }