summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-12 14:47:03 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-12 14:47:03 -0500
commitfc242fa45d24477c028032dc2f0777da07a44153 (patch)
treeb4921150c253feef71c5185fb2eb09d4b31c53dd
parentf4cfe140176c4ae7d09d9e02ba4cd4e07e57796d (diff)
downloaddecky-bazzite-buddy-fc242fa45d24477c028032dc2f0777da07a44153.tar.gz
decky-bazzite-buddy-fc242fa45d24477c028032dc2f0777da07a44153.zip
add package.json metadata
-rw-r--r--package.json12
1 files 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 <you@you.tld>",
+ "author": "JSON Derulo <no@thankyou.com>",
"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",