Files
cv-app/renderer/package.json

22 lines
419 B
JSON

{
"name": "renderer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "^8.0.0",
"carbone": "^3.8.2",
"cors": "^2.8.6",
"express": "^5.2.1",
"multer": "^2.2.0",
"puppeteer": "^25.3.0",
"uuid": "^14.0.1"
}
}