|
1 | 1 | { |
2 | | - "name": "@postgrestools/postgrestools", |
3 | | - "version": "<placeholder>", |
4 | | - "bin": { |
5 | | - "postgrestools": "bin/postgrestools" |
6 | | - }, |
7 | | - "repository": { |
8 | | - "type": "git", |
9 | | - "url": "git+https://github.com/supabase-community/postgres-language-server.git", |
10 | | - "directory": "packages/@postgrestools/postgrestools" |
11 | | - }, |
12 | | - "author": "Supabase Community", |
13 | | - "contributors": [ |
14 | | - { |
15 | | - "name": "Philipp Steinrötter", |
16 | | - "url": "https://github.com/psteinroe" |
17 | | - }, |
18 | | - { |
19 | | - "name": "Julian Domke", |
20 | | - "url": "https://github.com/juleswritescode" |
21 | | - } |
22 | | - ], |
23 | | - "license": "MIT or Apache-2.0", |
24 | | - "description": "A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.", |
25 | | - "files": ["bin/postgrestools", "schema.json"], |
26 | | - "engines": { |
27 | | - "node": ">=20" |
28 | | - }, |
29 | | - "publishConfig": { |
30 | | - "provenance": true |
31 | | - }, |
32 | | - "optionalDependencies": { |
33 | | - "@postgrestools/cli-x86_64-windows-msvc": "<placeholder>", |
34 | | - "@postgrestools/cli-aarch64-windows-msvc": "<placeholder>", |
35 | | - "@postgrestools/cli-x86_64-apple-darwin": "<placeholder>", |
36 | | - "@postgrestools/cli-aarch64-apple-darwin": "<placeholder>", |
37 | | - "@postgrestools/cli-x86_64-linux-gnu": "<placeholder>", |
38 | | - "@postgrestools/cli-aarch64-linux-gnu": "<placeholder>" |
39 | | - } |
| 2 | + "name": "@postgrestools/postgrestools", |
| 3 | + "version": "<placeholder>", |
| 4 | + "bin": { |
| 5 | + "postgrestools": "bin/postgrestools" |
| 6 | + }, |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/supabase-community/postgres-language-server.git", |
| 10 | + "directory": "packages/@postgrestools/postgrestools" |
| 11 | + }, |
| 12 | + "author": "Supabase Community", |
| 13 | + "contributors": [ |
| 14 | + { |
| 15 | + "name": "Philipp Steinrötter", |
| 16 | + "url": "https://github.com/psteinroe" |
| 17 | + }, |
| 18 | + { |
| 19 | + "name": "Julian Domke", |
| 20 | + "url": "https://github.com/juleswritescode" |
| 21 | + } |
| 22 | + ], |
| 23 | + "license": "MIT or Apache-2.0", |
| 24 | + "description": "A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.", |
| 25 | + "files": [ |
| 26 | + "bin/postgrestools", |
| 27 | + "schema.json" |
| 28 | + ], |
| 29 | + "engines": { |
| 30 | + "node": ">=20" |
| 31 | + }, |
| 32 | + "publishConfig": { |
| 33 | + "provenance": true |
| 34 | + }, |
| 35 | + "optionalDependencies": { |
| 36 | + "@postgrestools/cli-x86_64-windows-msvc": "<placeholder>", |
| 37 | + "@postgrestools/cli-aarch64-windows-msvc": "<placeholder>", |
| 38 | + "@postgrestools/cli-x86_64-apple-darwin": "<placeholder>", |
| 39 | + "@postgrestools/cli-aarch64-apple-darwin": "<placeholder>", |
| 40 | + "@postgrestools/cli-x86_64-linux-gnu": "<placeholder>", |
| 41 | + "@postgrestools/cli-aarch64-linux-gnu": "<placeholder>", |
| 42 | + "@postgrestools/cli-x86_64-linux-musl": "<placeholder>" |
| 43 | + } |
40 | 44 | } |
0 commit comments