2023-10-23 18:08:28 +03:00
|
|
|
{
|
2023-10-26 15:42:18 +03:00
|
|
|
"name": "@stirling-pdf/shared-operations",
|
|
|
|
"version": "0.0.0",
|
2023-11-10 21:08:07 +03:00
|
|
|
"main": "index.ts",
|
2023-10-23 18:08:28 +03:00
|
|
|
"type": "module",
|
2023-12-29 00:10:25 +01:00
|
|
|
"imports": {
|
|
|
|
"#pdfcpu": "./src/wasm/pdfcpu/pdfcpu-wrapper.server.js"
|
|
|
|
},
|
2023-10-23 18:08:28 +03:00
|
|
|
"author": "",
|
2023-11-08 02:11:49 +03:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-02-05 13:28:46 -05:00
|
|
|
"@stirling-tools/joi": "github:Stirling-Tools/joi",
|
2024-05-12 00:35:29 +02:00
|
|
|
"buffer": "^6.0.3",
|
2023-12-30 02:18:07 +01:00
|
|
|
"i18next-resources-to-backend": "^1.2.0",
|
2023-11-08 03:33:22 +03:00
|
|
|
"image-js": "^0.35.5",
|
2024-05-12 00:35:29 +02:00
|
|
|
"memfs": "^4.9.2",
|
2023-12-30 02:18:07 +01:00
|
|
|
"next-i18next": "^15.1.1",
|
2023-11-08 02:11:49 +03:00
|
|
|
"pdf-lib": "^1.17.1",
|
2024-05-16 18:52:24 +02:00
|
|
|
"pdfjs-dist": "^4.2.67"
|
2024-05-17 23:10:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/multer": "^1.4.11"
|
2023-11-08 02:11:49 +03:00
|
|
|
}
|
2023-10-23 18:08:28 +03:00
|
|
|
}
|