rbctapi / package.json
ShieldX's picture
Upload 4 files
61652e4 verified
raw
history blame contribute delete
402 Bytes
{
"name": "rollybeans-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"google-auth-library": "^10.6.2",
"google-spreadsheet": "^5.2.0"
}
}