Brian Carlson 1a25d12817 Publish
- pg-cursor@2.15.2
 - pg-esm-test@1.2.2
 - pg-protocol@1.10.2
 - pg-query-stream@4.10.2
 - pg@8.16.2
2025-06-19 16:15:21 -05:00

28 lines
609 B
JSON

{
"name": "pg-esm-test",
"version": "1.2.2",
"description": "A test module for PostgreSQL with ESM support",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --test --conditions=cloudflare"
},
"keywords": [
"postgres",
"postgresql",
"esm",
"test"
],
"devDependencies": {
"pg": "^8.16.2",
"pg-cloudflare": "^1.2.6",
"pg-cursor": "^2.15.2",
"pg-native": "^3.5.1",
"pg-pool": "^3.10.1",
"pg-protocol": "^1.10.2",
"pg-query-stream": "^4.10.2"
},
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"license": "MIT"
}