From c58f5a45224dd9a64e4ad43374a015783a352f26 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Sep 2023 14:17:10 +0200 Subject: [PATCH] chore: add package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..cd051445e --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "private": true, + "name": "@appwrite.io/repo", + "version": "0.0.0", + "description": "> Great news! Appwrite Cloud is now in public beta! Sign up at [cloud.appwrite.io](https://cloud.appwrite.io) for a hassle-free, hosted experience. Join us in the Cloud today! ☁️🎉", + "repository": { + "type": "git", + "url": "git+https://github.com/appwrite/appwrite.git" + } +} \ No newline at end of file