45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@supabase/auth-js",
|
|
"version": "2.97.0",
|
|
"private": false,
|
|
"description": "Official SDK for Supabase Auth",
|
|
"keywords": [
|
|
"auth",
|
|
"supabase",
|
|
"auth",
|
|
"authentication"
|
|
],
|
|
"homepage": "https://github.com/supabase/supabase-js/tree/master/packages/core/auth-js",
|
|
"bugs": "https://github.com/supabase/supabase-js/issues",
|
|
"license": "MIT",
|
|
"author": "Supabase",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"main": "dist/main/index.js",
|
|
"module": "dist/module/index.js",
|
|
"types": "dist/module/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/supabase/supabase-js.git",
|
|
"directory": "packages/core/auth-js"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:main && npm run build:module",
|
|
"build:main": "tsc -p tsconfig.json",
|
|
"build:module": "tsc -p tsconfig.module.json",
|
|
"docs": "typedoc src/index.ts --out docs/v2 --excludePrivate --excludeProtected",
|
|
"docs:json": "typedoc --json docs/v2/spec.json --excludeExternals --excludePrivate --excludeProtected src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|