Moved to use npm workspaces. updated imports

This commit is contained in:
Saud Fatayerji
2023-10-26 15:42:18 +03:00
parent 989a5e02b9
commit 19f4f7febb
16 changed files with 10347 additions and 124 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "pdfjs",
"version": "1.0.0",
"description": "",
"name": "@stirling-pdf/server-node",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"test": "node ."
@@ -14,7 +13,7 @@
"express": "^4.18.2",
"express-fileupload": "^1.4.1",
"pdf-lib": "^1.17.1",
"shared-operations": "file:../shared-operations"
"@stirling-pdf/shared-operations": "*"
},
"type": "module"
}