add a "GetCollections" function

This commit is contained in:
2022-08-11 23:06:19 -06:00
commit 5f8526adaf
9 changed files with 543 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"name": "get-collections",
"version": "1.0.0",
"description": "Gets a list of collections for the configured database.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"node-appwrite": "^7.0.0"
}
}