add pg native and test
... | ... | @@ -7,7 +7,9 @@ |
"node": ">=16.13.1" | ||
}, | ||
"author": "Panagiotis Skarvelis <pskarvelis@admin.grnet.gr>", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"pg-native": "^3.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://gitlab.grnet.gr/digigov-oss/auditRecordDB.git" | ||
... | ... | @@ -28,6 +30,7 @@ |
"test": "node --experimental-specifier-resolution=node --no-warnings --loader ts-node/esm ./test/test.ts", | ||
"testesm": "node ./test/test.mjs", | ||
"testcjs": "node ./test/test.cjs", | ||
"testPostgreSql": "node --experimental-specifier-resolution=node --no-warnings --loader ts-node/esm ./test/testLocalPostgreSql.ts", | ||
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig.commonjs.json && ./setType.sh" | ||
}, | ||
"eslintConfig": { | ||
... | ... |
pg-native.d.ts
0 → 100644
test/testLocalPostgreSql.ts
0 → 100644
Please register or sign in to comment