-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "pgwire",
"version": "0.8.3",
"type": "module",
"exports": "./index.js",
"description": "PostgreSQL client library for Deno and Node.js that exposes all features of the wire protocol.",
"author": "exe-dealer@yandex.kz",
"license": "MIT",
"funding": "https://ko-fi.com/exedealer",
"engines": {
"node": ">=18.17.0"
},
"homepage": "https://github.com/exedealer/pgwire#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/exedealer/pgwire.git"
},
"bugs": {
"url": "https://github.com/exedealer/pgwire/issues"
},
"keywords": [
"postgres",
"postgresql",
"pg",
"libpq",
"postgresql-driver",
"logical-replication",
"streaming-replication",
"node-postgres"
],
"files": ["mod.js", "index.js"]
}