{ "name": "imageapi", "version": "0.0.1", "description": "ImageAPI built using lambda webhooks", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "image", "image", "resize", "lambdas", "gcp", "google", "cloud" ], "author": "Owen Smith", "license": "MIT", "engines": { "node": "~10.13.0", "npm": "~6.4.1" }, "devDependencies": { "express": "^4.16.4", "helmet": "^3.15.0", "sharp": "^0.21.1" }, "repository": { "type": "git", "url": "git+https://github.com/CaffeineFusion/ImageAPI.git" }, }