Brian Carlson 88ff6955e0 Publish
- pg-connection-string@2.8.2
 - pg-cursor@2.14.2
 - pg-esm-test@1.1.2
 - pg-native@3.4.1
 - pg-pool@3.9.2
 - pg-query-stream@4.9.2
 - pg@8.15.2
2025-04-23 11:56:13 -05:00

27 lines
553 B
JSON

{
"name": "pg-esm-test",
"version": "1.1.2",
"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.2",
"pg-cloudflare": "^1.2.0",
"pg-cursor": "^2.14.2",
"pg-native": "^3.4.1",
"pg-pool": "^3.9.2",
"pg-query-stream": "^4.9.2"
},
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"license": "MIT"
}