Stirling-PDF/shared-operations/package.json

16 lines
306 B
JSON
Raw Normal View History

2023-10-23 17:08:28 +02:00
{
"name": "@stirling-pdf/shared-operations",
"version": "0.0.0",
2023-10-23 17:08:28 +02:00
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.0.189"
}
2023-10-23 17:08:28 +02:00
}