@ng-supabase/material
Version:
ng-supabase is a component library and helper utilities for integrating Supabase in your angular application.
50 lines • 1.28 kB
JSON
{
"name": "@ng-supabase/material",
"version": "1.0.0-rc.22",
"author": "Rusty Green <me@rusty.green>",
"contributors": [
"Rusty Green <me@rusty.green>"
],
"license": "MIT",
"keywords": [
"angular",
"ng",
"supabase",
"material",
"angular material",
"primeng",
"supabase-js",
"bootstrap",
"auth"
],
"description": "ng-supabase is a component library and helper utilities for integrating Supabase in your angular application.",
"repository": {
"type": "git",
"url": "git+https://github.com/rustygreen/ng-supabase.git"
},
"bugs": {
"url": "https://github.com/rustygreen/ng-supabase/issues"
},
"homepage": "https://github.com/rustygreen/ng-supabase#readme",
"peerDependencies": {
"@angular/core": ">=17.0.0",
"@ng-supabase/core": ">=1.0.0-rc.22"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-supabase-material.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-supabase-material.mjs",
"esm": "./esm2022/ng-supabase-material.mjs",
"default": "./fesm2022/ng-supabase-material.mjs"
}
}
}