UNPKG

appwrite-utils

Version:

`appwrite-utils` is a comprehensive TypeScript library designed to streamline the development process for Appwrite projects. Version 1.0.0 aligns with the YAML-first architecture of `appwrite-utils-cli`, providing enhanced integration capabilities and rob

39 lines (38 loc) 797 B
{ "name": "appwrite-utils", "module": "dist/index.js", "version": "1.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/zachhandley/AppwriteUtils" }, "keywords": [ "appwrite", "utils", "helper", "file", "data" ], "scripts": { "build": "bun run tsc", "deploy": "bun run build && npm publish --access public" }, "devDependencies": { "@types/bun": "latest", "@types/yargs": "^17.0.33" }, "peerDependencies": { "typescript": "^5.5.4" }, "dependencies": { "@asteasolutions/zod-to-openapi": "^7.3.4", "@types/luxon": "^3.6.2", "appwrite": "^18.1.1", "luxon": "^3.6.1", "yargs": "^17.7.2", "zod": "^3.25.67" } }