testing-area / back /package.json
chartManD's picture
back y frond separados
b2b9848
raw
history blame contribute delete
No virus
356 Bytes
{
"name": "back",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3"
}
}