{
    "name": "@bma98/firebase-db-manager",
    "version": "2.0.0",
    "description": "Firebase wrapper to have more self explenatory methods.",
    "author": "BrandonMA",
    "license": "MIT",
    "repository": "BrandonMA/firebase-db-manager",
    "main": "dist/index.js",
    "scripts": {
        "start": "ts-node index.ts",
        "build": "expo-module build",
        "clean": "rm -rf ./dist",
        "format": "prettier --write App.tsx src/**/*.{ts,tsx}",
        "lint": "eslint src/ --fix"
    },
    "devDependencies": {
        "@react-native-firebase/app": "^15.7.0",
        "@react-native-firebase/firestore": "^15.7.0",
        "@react-native-firebase/functions": "^15.7.0",
        "@react-native-firebase/storage": "^15.7.0",
        "@types/uuid": "^7.0.3",
        "@typescript-eslint/eslint-plugin": "^5.38.1",
        "@typescript-eslint/parser": "^5.38.1",
        "eslint": "^8.16.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-config-airbnb-typescript": "^17.0.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-jsx-a11y": "^6.6.1",
        "eslint-plugin-promise": "^6.0.1",
        "eslint-plugin-react": "^7.31.8",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-unused-imports": "^2.0.0",
        "eslint-visitor-keys": "^3.3.0",
        "expo-module-scripts": "^2.1.1",
        "firebase": "^9.10.0",
        "immer": "^9.0.15",
        "prettier": "^2.7.1",
        "ts-node": "^10.9.1",
        "typescript": "^4.8.4",
        "utility-types": "^3.10.0"
    },
    "dependencies": {
        "immer": "^9.0.6",
        "uuid": "^3.4.0"
    },
    "peerDependencies": {
        "@react-native-firebase/app": "^15.7.0",
        "@react-native-firebase/firestore": "^15.7.0",
        "@react-native-firebase/functions": "^15.7.0",
        "@react-native-firebase/storage": "^15.7.0",
        "firebase": "^9.10.0"
    },
    "sideEffects": false
}
