-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "pglt_test_5",
"version": "<placeholder>",
"bin": {
"pglt": "bin/pglt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juleswritescode/pglsp_publish_test.git",
"directory": "packages/@pglt/pglt"
},
"author": "Supabase Community",
"contributors": [
{
"name": "Philipp Steinrötter",
"url": "https://github.com/psteinroe"
},
{
"name": "Julian Domke",
"url": "https://github.com/juleswritescode"
}
],
"license": "MIT or Apache-2.0",
"description": "A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.",
"files": [
"bin/pglt",
"schema.json"
],
"engines": {
"node": ">=20"
},
"optionalDependencies": {
"pglt-testrelease-cli-aarch64-apple-darwin": "<placeholder>",
"pglt-testrelease-cli-aarch64-windows-msvc": "<placeholder>",
"pglt-testrelease-cli-aarch64-linux-gnu": "<placeholder>",
"pglt-testrelease-cli-x86_64-apple-darwin": "<placeholder>",
"pglt-testrelease-cli-x86_64-windows-msvc": "<placeholder>",
"pglt-testrelease-cli-x86_64-linux-gnu": "<placeholder>"
}
}