Skip to main content
Module

x/xdatabase/package.json

A Deno Firestore database client.
Go to Latest
File
{ "name": "@xeaone/database", "version": "1.0.0", "description": "[![Total alerts](https://img.shields.io/lgtm/alerts/g/xeaone/database.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xeaone/database/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/xeaone/database.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xeaone/database/context:javascript)", "main": "src/mod.ts", "module": "src/mod.ts", "scripts": { "test": "deno run -A test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/xeaone/database.git" }, "keywords": [ "database", "firestore" ], "author": "Alexander Elias", "license": "MIT", "bugs": { "url": "https://github.com/xeaone/database/issues" }, "homepage": "https://github.com/xeaone/database#readme"}