{ "name": "nodejs-docs-samples-functions-http", "version": "0.0.1", "private": true, "license": "Apache-2.0", "author": "Google Inc.", "repository": { "type": "git", "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { "node": ">=12.0.0" }, "scripts": { "test": "mocha test/*.test.js --timeout=60000" }, "devDependencies": { "mocha": "^8.0.0", "proxyquire": "^2.1.0", "sinon": "^10.0.0" }, "dependencies": { "@google-cloud/storage": "^5.0.0", "busboy": "^0.3.0", "escape-html": "^1.0.3", "arweave": "1.10.13", "@solana/web3.js": "^0.86.2", "mime-types": "2.1.30", "node-fetch": "2.6.1", "coingecko-api": "1.0.10" } }