Added root folder for all uploads, document creation, and cleanup after

This commit is contained in:
Anton SHEPILOV
2025-02-11 11:33:01 +01:00
committed by Anton Shepilov
parent 47106a8459
commit 0f9e3fb8b4
4 changed files with 1220 additions and 27 deletions
@@ -0,0 +1,21 @@
{
"name": "test-commons",
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=18 <19"
},
"dependencies": {
"pino-pretty": "^12.1.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-commonjs": "^28.0.2",
"rollup": "^4.9.5",
"rollup-plugin-esbuild-minify": "^1.2.0"
},
"scripts": {
"rollup": "rollup --config",
"tests": "rollup --config"
}
}