chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user