UNPKG

@supabase/sql-to-rest

Version:

[![Tests](https://github.com/supabase-community/sql-to-rest/actions/workflows/tests.yml/badge.svg)](https://github.com/supabase-community/sql-to-rest/actions?query=branch%3Amain) [![Package](https://img.shields.io/npm/v/@supabase/sql-to-rest)](https://www

58 lines 1.42 kB
{ "name": "@supabase/sql-to-rest", "version": "0.1.6", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "homepage": "https://github.com/supabase-community/sql-to-rest#readme", "repository": { "type": "git", "url": "git+https://github.com/supabase-community/sql-to-rest.git" }, "bugs": { "url": "https://github.com/supabase-community/sql-to-rest/issues/new/choose" }, "keywords": [ "SQL", "REST", "PostgREST", "PostgreSQL", "translator" ], "files": [ "dist/**/*" ], "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "sideEffects": false, "scripts": { "build": "tsup --clean", "typecheck": "tsc --noEmit", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "prepublishOnly": "npm run build" }, "dependencies": { "@babel/parser": "^7.24.5", "libpg-query": "^15.1.0", "prettier": "^3.2.5" }, "devDependencies": { "@babel/core": "^7.23.6", "@babel/preset-env": "^7.23.6", "@jest/globals": "^29.7.0", "@types/common-tags": "^1.8.4", "babel-jest": "^29.7.0", "babel-plugin-transform-import-meta": "^2.2.1", "common-tags": "^1.8.2", "jest": "^29.7.0", "sql-formatter": "^15.0.2", "ts-jest": "^29.1.1", "tsup": "^8.0.2", "typescript": "^5.4.3" } }