appwrite-utils
Version:
`appwrite-utils` is a comprehensive TypeScript library designed to streamline the development process for Appwrite projects. This library provides a suite of utilities and helper functions that facilitate data manipulation, schema management, YAML configu
42 lines (41 loc) • 875 B
JSON
{
"name": "appwrite-utils",
"module": "dist/index.js",
"version": "1.6.9",
"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/decimal.js": "^7.4.3",
"@types/micromatch": "^4.0.10",
"@types/yargs": "^17.0.33"
},
"peerDependencies": {
"typescript": "^5.5.4"
},
"dependencies": {
"@types/luxon": "^3.6.2",
"appwrite": "^21.2.1",
"decimal.js": "^10.6.0",
"luxon": "^3.6.1",
"micromatch": "^4.0.8",
"yargs": "^17.7.2",
"zod": "^4.0.0"
}
}