mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 15:35:03 +00:00
26 lines
613 B
JSON
26 lines
613 B
JSON
{
|
|
"name": "@stirling-pdf/shared-operations",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"imports": {
|
|
"#pdfcpu": "./src/wasm/pdfcpu/pdfcpu-wrapper.server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@stirling-tools/joi": "github:Stirling-Tools/joi",
|
|
"buffer": "^6.0.3",
|
|
"i18next-resources-to-backend": "^1.2.0",
|
|
"image-js": "^0.35.5",
|
|
"memfs": "^4.9.2",
|
|
"next-i18next": "^15.1.1",
|
|
"pdf-lib": "^1.17.1",
|
|
"pdfjs-dist": "^4.2.67",
|
|
"react-material-symbols": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/multer": "^1.4.11"
|
|
}
|
|
}
|