appwrite-utils
Version:
`appwrite-utils` is a comprehensive TypeScript library designed to streamline the development process for Appwrite projects. It provides a suite of utilities and helper functions that facilitate data manipulation, schema management, and seamless integrati
39 lines (38 loc) • 834 B
JSON
{
"name": "appwrite-utils",
"module": "dist/index.js",
"version": "0.4.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.2"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.1.1",
"@types/luxon": "^3.4.2",
"appwrite": "^16.0.2",
"luxon": "^3.5.0",
"yargs": "^17.7.2",
"zod": "^3.23.8"
}
}