UNPKG

appwrite-utils

Version:
54 lines (53 loc) 1.16 kB
{ "name": "appwrite-utils", "module": "dist/index.js", "version": "1.63.0", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./node": { "types": "./dist/node/index.d.ts", "import": "./dist/node/index.js" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/zachhandley/AppwriteUtils" }, "keywords": [ "appwrite", "utils", "helper", "file", "data" ], "scripts": { "prebuild": "bunx tsx scripts/generate-zod-from-openapi.ts", "regen:schemas": "bunx tsx scripts/generate-zod-from-openapi.ts", "build": "bun run tsc", "deploy": "bun run build && npm publish --access public" }, "devDependencies": { "@types/bun": "^1.3.0", "@types/decimal.js": "^7.4.3" }, "peerDependencies": { "typescript": "^5.5.4" }, "dependencies": { "@types/luxon": "^3.6.2", "appwrite": "^21.2.1", "decimal.js": "^10.6.0", "luxon": "^3.6.1", "wildcard-match": "^5.1.4", "zod": "^4.0.0" } }