@supabase/sql-to-rest
Version:
[](https://github.com/supabase-community/sql-to-rest/actions?query=branch%3Amain) [](https://www
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "@supabase/sql-to-rest",
"version": "0.1.8",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"type": "module",
"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.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"sideEffects": false,
"scripts": {
"build": "tsup --clean",
"typecheck": "tsc --noEmit",
"test": "vitest",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@babel/parser": "^7.24.5",
"@supabase/pg-parser": "^0.1.1",
"prettier": "^3.2.5"
},
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"@types/common-tags": "^1.8.4",
"common-tags": "^1.8.2",
"sql-formatter": "^15.0.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "^3.2.0"
}
}