Brian Carlson fb25f7bdb3 Publish
- pg-connection-string@2.8.1
 - pg-cursor@2.14.1
 - pg-esm-test@1.1.1
 - pg-pool@3.9.1
 - pg-query-stream@4.9.1
 - pg@8.15.1
2025-04-22 15:27:31 -05:00

27 lines
553 B
JSON

{
"name": "pg-esm-test",
"version": "1.1.1",
"description": "A test module for PostgreSQL with ESM support",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --test"
},
"keywords": [
"postgres",
"postgresql",
"esm",
"test"
],
"devDependencies": {
"pg": "^8.15.1",
"pg-cloudflare": "^1.2.0",
"pg-cursor": "^2.14.1",
"pg-native": "^3.4.0",
"pg-pool": "^3.9.1",
"pg-query-stream": "^4.9.1"
},
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"license": "MIT"
}