mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-bundler-test@0.0.2 - pg-cloudflare@1.2.7 - pg-cursor@2.15.3 - pg-esm-test@1.2.3 - pg-native@3.5.2 - pg-protocol@1.10.3 - pg-query-stream@4.10.3 - pg@8.16.3
28 lines
606 B
JSON
28 lines
606 B
JSON
{
|
|
"name": "pg-esm-test",
|
|
"version": "1.2.3",
|
|
"description": "A test module for PostgreSQL with ESM support",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test --conditions=workerd"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"postgresql",
|
|
"esm",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"pg": "^8.16.3",
|
|
"pg-cloudflare": "^1.2.7",
|
|
"pg-cursor": "^2.15.3",
|
|
"pg-native": "^3.5.2",
|
|
"pg-pool": "^3.10.1",
|
|
"pg-protocol": "^1.10.3",
|
|
"pg-query-stream": "^4.10.3"
|
|
},
|
|
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
|
"license": "MIT"
|
|
}
|