-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 980 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "appwrite-utils-monorepo",
"version": "0.1.13",
"description": "Appwrite Utility Functions to help with database management, data conversion, data import, migrations, and much more.",
"private": true,
"workspaces": [
"packages/appwrite-utils",
"packages/appwrite-utils-cli",
"packages/appwrite-utils-helpers",
"packages/appwrite-utils-mcp"
],
"repository": {
"type": "git",
"url": "https://github.com/zachhandley/AppwriteUtils"
},
"scripts": {
"build": "cd packages/appwrite-utils && bun run build && cd ../appwrite-utils-helpers && bun run build && cd ../appwrite-utils-cli && bun run build && cd ../appwrite-utils-mcp && bun run build",
"deploy": "cd packages/appwrite-utils && bun run deploy && cd ../appwrite-utils-cli && bun run deploy"
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}