From fc242fa45d24477c028032dc2f0777da07a44153 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sun, 12 Jan 2025 14:47:03 -0500 Subject: add package.json metadata --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 486b5c5..95b9f1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "decky-plugin-template", + "name": "bazzite-buddy", "version": "0.0.1", - "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", + "description": "A plugin to easily view Bazzite changelog within game mode, primarily for handhelds.", "type": "module", "scripts": { "build": "rollup -c", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/SteamDeckHomebrew/decky-plugin-template.git" + "url": "git+https://github.com/xXJSONDeruloXx/bazzite-buddy.git" }, "keywords": [ "decky", @@ -19,12 +19,12 @@ "steam-deck", "deck" ], - "author": "You ", + "author": "JSON Derulo ", "license": "BSD-3-Clause", "bugs": { - "url": "https://github.com/SteamDeckHomebrew/decky-plugin-template/issues" + "url": "https://github.com/xXJSONDeruloXx/bazzite-buddy/issues" }, - "homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme", + "homepage": "https://github.com/xXJSONDeruloXx/bazzite-buddy", "devDependencies": { "@decky/rollup": "^1.0.1", "@decky/ui": "^4.9.0", -- cgit v1.2.3