{ "name": "decky-framegen", "version": "0.4.1", "description": "plugin to swap DLSS with FSR, to enable upscaling and framegen in games without built in FSR.", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/xXJSONDeruloXx/Decky-Framegen.git" }, "keywords": [ "decky", "plugin", "DLSS", "Framegen", "Upscaling", "FSR", "DLSS-Swapper" ], "author": "no@thankyou.com", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/xXJSONDeruloXx/Decky-Framegen.git/issues" }, "homepage": "https://github.com/xXJSONDeruloXx/Decky-Framegen.git", "devDependencies": { "@decky/rollup": "^1.0.1", "@decky/ui": "^4.7.2", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@types/webpack": "^5.28.5", "rollup": "^4.22.5", "typescript": "^5.6.2" }, "dependencies": { "@decky/api": "^1.1.2", "react-icons": "^5.3.0", "tslib": "^2.7.0" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "react", "react-dom" ] } }, "remoteBinaries": [ { "name": "dlss-enabler-setup-3.02.000.0.exe", "url": "https://github.com/artur-graniszewski/DLSS-Enabler/releases/download/3.02.000.0/dlss-enabler-setup-3.02.000.0.exe", "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" }, { "name": "NVIDIA-Linux-x86_64-555.52.04.run", "url": "https://download.nvidia.com/XFree86/Linux-x86_64/555.52.04/NVIDIA-Linux-x86_64-555.52.04.run", "sha256": "9d53ae6dbef32ae95786ec7d02bb944d5050c1c70516e6065ab5356626a44402" }, { "name": "d3dcompiler_47.dll", "url": "https://raw.githubusercontent.com/mozilla/fxc2/master/dll/d3dcompiler_47.dll", "sha256": "4432bbd1a390874f3f0a503d45cc48d346abc3a8c0213c289f4b615bf0ee84f3" }, { "name": "innoextract", "url": "https://github.com/FakeMichau/innoextract/releases/download/6.3.0/innoextract", "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" }, { "name": "fakenvapi.7z", "url": "https://github.com/FakeMichau/fakenvapi/releases/download/v1.2.0/fakenvapi.7z", "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" } ] }