File size: 288 Bytes
6927998 c3da0c5 6927998 2ae7274 6927998 2ae7274 6927998 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"googleapis": "^128.0.0",
"uuid": "^9.0.1"
}
}
|