mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
- pg-bundler-test@0.0.1 - pg-cloudflare@1.2.6 - pg-connection-string@2.9.1 - pg-cursor@2.15.1 - pg-esm-test@1.2.1 - pg-native@3.5.1 - pg-pool@3.10.1 - pg-protocol@1.10.1 - pg-query-stream@4.10.1 - pg@8.16.1
28 lines
609 B
JSON
28 lines
609 B
JSON
{
|
|
"name": "pg-esm-test",
|
|
"version": "1.2.1",
|
|
"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.1",
|
|
"pg-cloudflare": "^1.2.6",
|
|
"pg-cursor": "^2.15.1",
|
|
"pg-native": "^3.5.1",
|
|
"pg-pool": "^3.10.1",
|
|
"pg-protocol": "^1.10.1",
|
|
"pg-query-stream": "^4.10.1"
|
|
},
|
|
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
|
"license": "MIT"
|
|
}
|