{ "name": "mma_gp_acts_app", "version": "0.1.0", "description": "Google Photos Actions app", "author": "Mahesh Asolkar ", "repository": { "type": "git", "url": "https://git.heshapps.com/asolkar/mma-gpacts-app.git" }, "license": "MIT", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "express": "^4.17.1", "googleapis": "^48.0.0" } }