2023-12-30 02:18:07 +01:00

22 lines
490 B
JSON

{
"name": "@stirling-pdf/shared-operations",
"version": "0.0.0",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"imports": {
"#pdfcpu": "./src/wasm/pdfcpu/pdfcpu-wrapper.server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"i18next-resources-to-backend": "^1.2.0",
"image-js": "^0.35.5",
"next-i18next": "^15.1.1",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.0.269"
}
}