Stirling-PDF/package.json

16 lines
234 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": {
"express": "^4.18.2"
},
"type": "module"
2023-10-16 23:11:33 +02:00
}