|
1 | 1 | { |
2 | | - "name": "@postgres-language-server/backend-jsonrpc", |
3 | | - "version": "<placeholder>", |
4 | | - "main": "dist/index.js", |
5 | | - "scripts": { |
6 | | - "test": "bun test", |
7 | | - "test:ci": "bun build && bun test", |
8 | | - "build": "bun build ./src/index.ts --outdir ./dist --target node" |
9 | | - }, |
10 | | - "files": ["dist/", "README.md"], |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "git+https://github.com/supabase-community/postgres-language-server.git", |
14 | | - "directory": "packages/@postgres-language-server/backend-jsonrpc" |
15 | | - }, |
16 | | - "author": "Supabase Community", |
17 | | - "bugs": "ttps://github.com/supabase-community/postgres-language-server/issues", |
18 | | - "description": "Bindings to the JSON-RPC Workspace API of the Postgres Language Tools daemon", |
19 | | - "keywords": ["TypeScript", "Postgres"], |
20 | | - "license": "MIT", |
21 | | - "publishConfig": { |
22 | | - "provenance": true |
23 | | - }, |
24 | | - "optionalDependencies": { |
25 | | - "@postgres-language-server/cli-win32-x64": "<placeholder>", |
26 | | - "@postgres-language-server/cli-win32-arm64": "<placeholder>", |
27 | | - "@postgres-language-server/cli-darwin-x64": "<placeholder>", |
28 | | - "@postgres-language-server/cli-darwin-arm64": "<placeholder>", |
29 | | - "@postgres-language-server/cli-linux-x64": "<placeholder>", |
30 | | - "@postgres-language-server/cli-linux-arm64": "<placeholder>" |
31 | | - } |
| 2 | + "name": "@postgres-language-server/backend-jsonrpc", |
| 3 | + "version": "<placeholder>", |
| 4 | + "description": "Bindings to the JSON-RPC Workspace API of the Postgres Language Tools daemon", |
| 5 | + "keywords": [ |
| 6 | + "Postgres", |
| 7 | + "TypeScript" |
| 8 | + ], |
| 9 | + "bugs": "ttps://github.com/supabase-community/postgres-language-server/issues", |
| 10 | + "license": "MIT", |
| 11 | + "author": "Supabase Community", |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/supabase-community/postgres-language-server.git", |
| 15 | + "directory": "packages/@postgres-language-server/backend-jsonrpc" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "dist/", |
| 19 | + "README.md" |
| 20 | + ], |
| 21 | + "main": "dist/index.js", |
| 22 | + "publishConfig": { |
| 23 | + "provenance": true |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "test": "bun test", |
| 27 | + "test:ci": "bun build && bun test", |
| 28 | + "build": "bun build ./src/index.ts --outdir ./dist --target node" |
| 29 | + }, |
| 30 | + "optionalDependencies": { |
| 31 | + "@postgres-language-server/cli-darwin-arm64": "<placeholder>", |
| 32 | + "@postgres-language-server/cli-darwin-x64": "<placeholder>", |
| 33 | + "@postgres-language-server/cli-linux-arm64": "<placeholder>", |
| 34 | + "@postgres-language-server/cli-linux-x64": "<placeholder>", |
| 35 | + "@postgres-language-server/cli-win32-arm64": "<placeholder>", |
| 36 | + "@postgres-language-server/cli-win32-x64": "<placeholder>" |
| 37 | + } |
32 | 38 | } |
0 commit comments