Files
dolthub--doltgresql/testing/postgres-client-tests/node/package.json
T
2026-07-13 12:32:25 +08:00

21 lines
525 B
JSON

{
"name": "node",
"version": "1.0.0",
"node": ">=16.9",
"description": "A simple node command line utility to show how to connect a node application to a Doltgres database using the PostgreSQL connector.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"knex": "^2.5.1",
"pg": "^8.12.0",
"pg-copy-streams": "^6.0.6",
"pg-promise": "^11.6.0",
"wtfnode": "^0.9.2"
}
}