summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-11 07:23:01 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-11 07:23:01 -0400
commite9d975957eff2a38e2448612ebc29f04aac7c9bc (patch)
treefb5d523c0ed40f9c1fed0e3373de6c65f7321876 /package.json
parent03f96bcd2afb72dc5fc4674d8a70d7cabd78bec1 (diff)
downloaddecky-lsfg-vk-e9d975957eff2a38e2448612ebc29f04aac7c9bc.tar.gz
decky-lsfg-vk-e9d975957eff2a38e2448612ebc29f04aac7c9bc.zip
update package deets
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 6b60965..6f27948 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "decky-plugin-template",
- "version": "0.0.1",
- "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack",
+ "name": "lossless-scaling-vk",
+ "version": "0.1.0",
+ "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk compatibility layer",
"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/decky-lossless-scaling-vk.git"
},
"keywords": [
"decky",
@@ -22,9 +22,9 @@
"author": "You <you@you.tld>",
"license": "BSD-3-Clause",
"bugs": {
- "url": "https://github.com/SteamDeckHomebrew/decky-plugin-template/issues"
+ "url": "https://github.com/xXJSONDeruloXx/decky-lossless-scaling-vk/issues"
},
- "homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme",
+ "homepage": "https://github.com/xXJSONDeruloXx/decky-lossless-scaling-vk#readme",
"devDependencies": {
"@decky/rollup": "^1.0.1",
"@decky/ui": "^4.7.2",