11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"name": "dc-amd-proxy",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.mjs",
|
|
"test:connection-pool": "node scripts/smoke-connection-pool.mjs"
|
|
}
|
|
}
|