UNPKG

@pankod/refine-supabase

Version:

refine Supabase data provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

49 lines (48 loc) 1.24 kB
{ "name": "@pankod/refine-supabase", "description": "refine Supabase data provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", "version": "3.8.4", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "private": false, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsup --watch --dts --format esm,cjs,iife --legacy-output", "build": "tsup --dts --format esm,cjs,iife --minify --legacy-output", "test": "jest --passWithNoTests --runInBand", "prepare": "npm run build" }, "author": "Pankod", "module": "dist/esm/index.js", "devDependencies": { "jest": "^27.5.1", "nock": "^13.1.3", "ts-jest": "^27.1.3", "tslib": "^2.3.1", "tsup": "^5.11.13" }, "dependencies": { "@pankod/refine-core": "^3.8.4", "@supabase/supabase-js": "^1.22.4" }, "gitHead": "15665496a871a1a2ebef75c73c7e4d77bda874f7", "publishConfig": { "access": "public" }, "tsup": { "entry": [ "src/index.ts" ], "splitting": false, "sourcemap": true, "clean": false, "platform": "browser" } }