mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
17 lines
333 B
JSON
17 lines
333 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"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"image-js": "^0.35.5",
|
|
"pdf-lib": "^1.17.1",
|
|
"pdfjs-dist": "^4.0.189"
|
|
}
|
|
}
|