LinDB / package.json
ka1kuk's picture
Update package.json
2ae7274
raw
history blame contribute delete
288 Bytes
{
"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"
}
}