From f4343e16adb6ea029b0e93e6b75060b811159ebb Mon Sep 17 00:00:00 2001 From: InnateAlpaca Date: Sun, 22 Sep 2024 00:17:18 +0200 Subject: [PATCH] Update package.json --- package.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 60b5b90..94c9bf9 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,7 @@ "bedrockbridge", "discord" ], - "author": { - "name": "InnateAlpaca", - "email": "innatealpaca@esploratori.space", - "url": "https://github.com/Esploratori-Dev" - }, + "author": "InnateAlpaca (https://github.com/Esploratori-Dev)", "publishConfig": { "ignore": [ "src/" @@ -22,10 +18,21 @@ }, "repository": { "type": "git", - "url": "https://github.com/Esploratori-Dev/bedrock.git" + "url": "git+https://github.com/Esploratori-Dev/bedrock.git" }, "license": "MIT", "devDependencies": { "@minecraft/server": "^1.14.0" - } + }, + "directories": { + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "types": "./dist/index.d.ts", + "bugs": { + "url": "https://github.com/Esploratori-Dev/bedrock/issues" + }, + "homepage": "https://github.com/Esploratori-Dev/bedrock#readme" }