mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-22 16:51:38 +00:00
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"name": "pdfjs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@wasmer/wasmfs": "^0.12.0",
|
|
"express": "^4.18.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pdf-lib": "^1.17.1"
|
|
},
|
|
"type": "module"
|
|
}
|