16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|