UNPKG

@nestjs-mod/supabase

Version:

NestJS JavaScript Client for Supabase (Wrapper for https://www.npmjs.com/package/@supabase/supabase-js)

90 lines (89 loc) 1.9 kB
{ "name": "@nestjs-mod/supabase", "version": "1.2.3", "description": "NestJS JavaScript Client for Supabase (Wrapper for https://www.npmjs.com/package/@supabase/supabase-js)", "keywords": [ "nestjs", "nestjs-mod", "modules", "mod", "supabase", "supabase-js" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/nestjs-mod/nestjs-mod-contrib/issues" }, "homepage": "https://github.com/nestjs-mod/nestjs-mod-contrib", "repository": { "type": "git", "url": "git+https://github.com/nestjs-mod/nestjs-mod-contrib.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "admin@site15.ru" } ], "dependencies": { "tslib": "^2.3.0", "@nestjs/swagger": "^8.1.1" }, "peerDependencies": { "class-validator": "*", "@nestjs/common": "*", "@nestjs/core": "*", "@nestjs-mod/misc": "*", "@nestjs-mod/common": "*", "@supabase/supabase-js": "*" }, "peerDependenciesMeta": { "class-validator": { "optional": true }, "@nestjs/common": { "optional": true }, "@nestjs/core": { "optional": true }, "@nestjs-mod/misc": { "optional": true }, "@nestjs-mod/common": { "optional": true }, "@supabase/supabase-js": { "optional": true } }, "dependenciesInfo": { "@supabase/supabase-js@2.49.4": { "docs": true } }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "i18n": [ { "scope": "supabase", "path": "src/i18n", "strategy": "join" }, { "scope": "supabase-getText", "path": "src/i18n/getText", "strategy": "join" } ], "types": "./src/index.d.ts" }