mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
28 lines
606 B
JSON
28 lines
606 B
JSON
{
|
|
"name": "pg-esm-test",
|
|
"version": "1.3.1",
|
|
"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.17.1",
|
|
"pg-cloudflare": "^1.3.0",
|
|
"pg-cursor": "^2.16.1",
|
|
"pg-native": "^3.5.2",
|
|
"pg-pool": "^3.11.0",
|
|
"pg-protocol": "^1.11.0",
|
|
"pg-query-stream": "^4.11.1"
|
|
},
|
|
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
|
"license": "MIT"
|
|
}
|