23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"name": "@suitecoffee/db",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./poolSingleton.mjs",
|
|
"types": "./poolSingleton.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./poolSingleton.d.ts",
|
|
"import": "./poolSingleton.mjs",
|
|
"default": "./poolSingleton.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"peerDependencies": {
|
|
"pg": "^8.16.3"
|
|
},
|
|
"files": [
|
|
"poolSingleton.mjs",
|
|
"poolSingleton.d.ts"
|
|
]
|
|
}
|