UNPKG

@starbase/starfire

Version:

Database Adapter for Google Cloud Firestore

31 lines (30 loc) 696 B
{ "name": "@starbase/starfire", "version": "0.1.0", "description": "Database Adapter for Google Cloud Firestore", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/starbasealpha/starfire.git" }, "keywords": [ "Firestore", "Database", "Adapter", "Starbase", "Alpha", "Channels" ], "author": "Mike Fuller", "license": "MIT", "dependencies": { "@google-cloud/firestore": "latest" }, "bugs": { "url": "https://github.com/starbasealpha/starfire/issues" }, "homepage": "https://github.com/starbasealpha/starfire#readme" }