UNPKG

appwrite-server-wrapper

Version:

Wrapper library to handle Appwrite methods including server handling using SSR with NextJS v15 (useActionState, useAction,...)

68 lines 1.61 kB
{ "name": "appwrite-server-wrapper", "version": "1.9.51", "description": "Wrapper library to handle Appwrite methods including server handling using SSR with NextJS v15 (useActionState, useAction,...)", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/jspm2013/appwrite-wrapper.git" }, "keywords": [ "wrapper", "library", "javascript", "appwrite", "ssr", "nextjs" ], "author": "Johann Payer", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^19.0.10", "next": "^15.2.1", "react": "^19.0.0", "typescript": "^5.0.0" }, "dependencies": { "node-appwrite": "^15.0.1" }, "engines": { "node": ">=22.0.0" }, "sideEffects": false, "exports": { ".": { "node": "./dist/index.js", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./enums": { "node": "./dist/enums/index.js", "types": "./dist/enums/index.d.ts", "default": "./dist/enums/index.js" }, "./exceptions": { "node": "./dist/exceptions/index.js", "types": "./dist/exceptions/index.d.ts", "default": "./dist/exceptions/index.js" }, "./databases": { "node": "./dist/methods/databases.js", "types": "./dist/methods/databases.d.ts", "default": "./dist/methods/databases.js" } }, "scripts": { "build": "tsc" } }