@supabase/ssr
Version:
Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.
56 lines (55 loc) • 1.44 kB
JSON
{
"name": "@supabase/ssr",
"version": "0.12.5",
"description": "Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/module/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.main.json",
"docs": "typedoc",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supabase/ssr.git"
},
"keywords": [
"Supabase",
"SSR",
"Server-Side",
"Rendering",
"Next",
"Next.js",
"NextJS",
"Remix",
"Svelte",
"SvelteKit",
"Postgres"
],
"author": "Supabase, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/supabase/ssr/issues"
},
"homepage": "https://github.com/supabase/ssr#readme",
"devDependencies": {
"@eslint/js": "^9.3.0",
"@supabase/supabase-js": "2.112.4",
"@types/node": "^24.3.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typedoc": "^0.28.19",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0",
"vitest": "^4.1.0"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.112.4"
},
"dependencies": {
"cookie": "^1.0.2"
},
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499"
}