From 89f63a1a5803e8ad8501f7b0ad481726167c31eb Mon Sep 17 00:00:00 2001 From: InnateAlpaca Date: Sat, 21 Sep 2024 23:57:04 +0200 Subject: [PATCH] Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b77e8b2..60b5b90 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bedrock", + "name": "@esploratori/bedrock", "version": "1.0.0", "description": "This pack provides a library that can be used to send messages and embeds to discord form a bedrock bds server.", "main": "dist/index.js", @@ -20,6 +20,10 @@ "src/" ] }, + "repository": { + "type": "git", + "url": "https://github.com/Esploratori-Dev/bedrock.git" + }, "license": "MIT", "devDependencies": { "@minecraft/server": "^1.14.0"