Stirling-PDF/shared-operations/package.json
2023-11-08 03:33:22 +03:00

17 lines
333 B
JSON

{
"name": "@stirling-pdf/shared-operations",
"version": "0.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"image-js": "^0.35.5",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.0.189"
}
}