node-appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
20 lines (19 loc) • 553 B
JSON
{
"name": "node-appwrite",
"homepage": "https://appwrite.io/support",
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
"version": "12.0.1",
"license": "BSD-3-Clause",
"main": "./index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/appwrite/sdk-for-node"
},
"devDependencies": {
"@types/node": "^18.16.1"
},
"dependencies": {
"undici": "^5.28.2"
}
}