✨Added root folder for all uploads, document creation, and cleanup after
This commit is contained in:
committed by
Anton Shepilov
parent
47106a8459
commit
0f9e3fb8b4
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user