mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "proxy-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@neondatabase/serverless": "^0.2.8",
|
|
"pg": "^8.10.0",
|
|
"ws": "^8.13.0"
|
|
}
|
|
}
|