Skip to main content

dependencies.json

The packages used code.

When your code in functions.js, getData.js or one of the included JavaScript files require an npm package, these npm packages can be listed in the dependencies.json file.

Example:

{
"node-fetch": "3.3.1"
}