Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Last active March 1, 2022 14:55
Show Gist options
  • Save brandonroberts/dcaf73ab9594294ebcf7f3c54e5e9bab to your computer and use it in GitHub Desktop.
Save brandonroberts/dcaf73ab9594294ebcf7f3c54e5e9bab to your computer and use it in GitHub Desktop.
Appwrite Function deps
{
"name": "appwrite-function",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-appwrite": "^4.0.2",
+ "@giphy/js-fetch-api": "^4.1.2",
+ "node-fetch": "^2.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment