UNPKG

supabase-node-kit

Version:

A backend utility package for Supabase authentication and database functionality.

42 lines (41 loc) 1.02 kB
{ "name": "supabase-node-kit", "version": "1.1.0", "description": "A backend utility package for Supabase authentication and database functionality.", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.mjs", "repository": { "type": "git", "url": "git+https://github.com/chinmayPatil10/supabase-node-kit.git" }, "bugs": { "url": "https://github.com/chinmayPatil10/supabase-node-kit/issues" }, "homepage": "https://github.com/chinmayPatil10/supabase-node-kit#readme", "scripts": { "build": "tsup", "prepare": "npm run build", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "author": "", "license": "ISC", "dependencies": { "@supabase/supabase-js": "^2.49.1", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^22.13.10", "tsup": "^8.4.0", "typescript": "^5.8.2" }, "keywords": [ "supabase", "authentication", "database", "backend", "nodejs", "typescript" ] }