Files
Patriot_Hacks-24/File Converter/package.json
2025-10-24 02:07:59 -04:00

22 lines
439 B
JSON
Executable File

{
"name": "Opensource",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.1",
"express-fileupload": "^1.5.1",
"fs": "0.0.1-security",
"path": "^0.12.7",
"pdf-to-img": "^4.1.1"
}
}