Moved to use npm workspaces. updated imports
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user