File "package.json"
Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/util/node_modules/package.json
File size: 494 bytes
MIME-type: text/plain
Charset: utf-8
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.0",
"path": "^0.12.7"
}
}