nest-supabase-guard
Version:
Auth guard for NestJS using supabase
40 lines (39 loc) • 876 B
JSON
{
"name": "nest-supabase-guard",
"version": "1.0.2",
"description": "Auth guard for NestJS using supabase",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/MichaelMilstead/nest-supabase-guard"
},
"bugs": {
"url": "https://github.com/MichaelMilstead/nest-supabase-guard/issues"
},
"keywords": [
"nestjs",
"supabase",
"auth",
"authentication",
"guard"
],
"author": "Michael Milstead",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.14",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@nestjs/common": "^10.3.1",
"@supabase/supabase-js": "^2.39.3",
"express": "^4.18.2"
}
}