UNPKG

@elbwalker/stack-firebase

Version:

Firebase stack for walkerOS

56 lines (55 loc) 1.4 kB
{ "name": "@elbwalker/stack-firebase", "description": "Firebase stack for walkerOS", "version": "2.0.5", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**", "CHANGELOG.md" ], "scripts": { "build": "tsup", "build:dev": "tsup --config tsup.dev.config.ts", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "dev": "jest --watchAll --colors", "lint": "tsc && eslint \"**/*.ts*\"", "test": "jest --colors --coverage", "update": "npx npm-check-updates -u && npm update" }, "dependencies": { "@elbwalker/client-node": "3.1.1", "@elbwalker/utils": "3.5.1", "firebase-functions": "^5.0.1" }, "repository": { "url": "git+https://github.com/elbwalker/walkerOS.git", "directory": "packages/stacks/firebase" }, "author": "elbwalker <hello@elbwalker.com>", "homepage": "https://github.com/elbwalker/walkerOS#readme", "bugs": { "url": "https://github.com/elbwalker/walkerOS/issues" }, "keywords": [ "walker", "walkerOS", "analytics", "tracking", "data collection", "measurement", "data privacy", "privacy friendly", "server-side", "product analytics", "first-party" ], "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/elbwalker" } ] }