Stirling-PDF/package.json

20 lines
355 B
JSON
Raw Normal View History

2023-10-16 23:11:33 +02:00
{
"name": "pdfjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ."
},
"author": "",
"license": "ISC",
"dependencies": {
2023-10-19 19:46:23 +02:00
"@wasmer/wasmfs": "^0.12.0",
2023-10-20 02:10:03 +02:00
"archiver": "^6.0.1",
2023-10-19 19:46:23 +02:00
"express": "^4.18.2",
2023-10-20 00:10:03 +02:00
"express-fileupload": "^1.4.1",
2023-10-19 19:46:23 +02:00
"pdf-lib": "^1.17.1"
},
"type": "module"
2023-10-16 23:11:33 +02:00
}