UNPKG

@alaudoni/expo-firebase-extension-plugin

Version:

The Firebase Expo plugin allows you to use Firebase without leaving the managed workflow. Developed in collaboration with SweetGreen.

69 lines (68 loc) 1.76 kB
{ "name": "@alaudoni/expo-firebase-extension-plugin", "version": "3.0.8", "description": "The Firebase Expo plugin allows you to use Firebase without leaving the managed workflow. Developed in collaboration with SweetGreen.", "main": "./app.plugin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf build && tsc && cp -a support/serviceExtensionFiles build/support/", "lint": "eslint . --ext .ts", "prepare": "pnpm run build" }, "repository": { "type": "git", "url": "git+https://github.com/alaudoni/expo-firebase-extension-plugin" }, "keywords": [ "expo", "firebase", "push", "notifications", "EAS" ], "author": "rgomezp", "contributors": [ { "name": "Pablo de Cárcer" }, { "name": "Karen Grigoryan" }, { "name": "Rodrigo Gomez-Palacio" }, { "name": "Charlie Cruzan" }, { "name": "Wojciech Kozyra" }, { "name": "Brian Smith" } ], "license": "MIT", "bugs": { "url": "https://github.com/alaudoni/expo-firebase-extension-plugin#issues" }, "homepage": "https://github.com/alaudoni/expo-firebase-extension-plugin#readme", "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@expo/config-types": "^52.0.5", "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "eslint": "^9.24.0", "expo-module-scripts": "^4.0.5", "readme-md-generator": "^1.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.29.1" }, "dependencies": { "@expo/config-plugins": "^9.0.17", "@expo/image-utils": "^0.6.5" }, "directories": { "example": "examples" } }