Stirling-PDF/package.json

16 lines
234 B
JSON

{
"name": "pdfjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ."
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
},
"type": "module"
}