mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
28 lines
609 B
JSON
28 lines
609 B
JSON
{
|
|
"name": "pg-esm-test",
|
|
"version": "1.2.0",
|
|
"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.0",
|
|
"pg-cloudflare": "^1.2.5",
|
|
"pg-cursor": "^2.15.0",
|
|
"pg-native": "^3.5.0",
|
|
"pg-pool": "^3.10.0",
|
|
"pg-protocol": "^1.10.0",
|
|
"pg-query-stream": "^4.10.0"
|
|
},
|
|
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
|
"license": "MIT"
|
|
}
|