Brian Carlson 56e2862577 Publish
- pg-cloudflare@1.2.5
 - pg-connection-string@2.8.5
 - pg-cursor@2.14.5
 - pg-esm-test@1.1.5
 - pg-native@3.4.5
 - pg-pool@3.9.5
 - pg-protocol@1.9.5
 - pg-query-stream@4.9.5
 - pg@8.15.5
2025-04-23 13:48:25 -05:00

28 lines
582 B
JSON

{
"name": "pg-esm-test",
"version": "1.1.5",
"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.5",
"pg-cloudflare": "^1.2.5",
"pg-cursor": "^2.14.5",
"pg-native": "^3.4.5",
"pg-pool": "^3.9.5",
"pg-protocol": "^1.9.5",
"pg-query-stream": "^4.9.5"
},
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"license": "MIT"
}