UNPKG

ngx-appwrite

Version:

A wrapper around the Appwrite WebSDK for easier implementation in Angular 16+ projects. The goal is to make the whole SDK accessible as well as provide some convenience functionality like RxJS streams where appropriate.

39 lines 826 B
{ "name": "ngx-appwrite", "author": "Julius Pargac <transferx23@googlemail.com>", "version": "1.7.0", "peerDependencies": { "appwrite": "~17.0.0", "rxjs": "~7.8.1", "@angular/core": "~19.1.4" }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/blackfan23/ngx-appwrite.git" }, "keywords": [ "Appwrite", "Angular", "Standalone", "Library" ], "license": "MIT", "bugs": { "url": "https://github.com/blackfan23/ngx-appwrite/issues" }, "module": "fesm2022/ngx-appwrite.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-appwrite.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }