mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01: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"
|
|
}
|