mirror of
https://github.com/xXJSONDeruloXx/Decky-Framegen.git
synced 2026-06-01 18:17:03 +02:00
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "decky-framegen",
|
|
"version": "0.15.6",
|
|
"description": "This plugin installs and manages OptiScaler, a tool that enhances upscaling and enables frame generation in a range of DirectX 12 games.",
|
|
"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",
|
|
"@rollup/rollup-linux-x64-musl": "^4.22.5",
|
|
"@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"
|
|
]
|
|
}
|
|
},
|
|
"remote_binary_bundling" : true,
|
|
"remote_binary":
|
|
[
|
|
{
|
|
"sha256hash": "6426a16085f6128c810e0de58947029664439afd0567b6a286c0e3ef784a92a1",
|
|
"url": "https://github.com/xXJSONDeruloXx/OptiScaler-Bleeding-Edge/releases/download/opti-9-2-a/Optiscaler_0.9.2a-final.20260517._Reup.7z",
|
|
"name": "Optiscaler_0.9.2a-final.20260517._Reup.7z"
|
|
},
|
|
{
|
|
"sha256hash": "c7720bc16bede334f59a1a32cd22edbcbbb159685ed5240e61350a5fb0bc8a94",
|
|
"url": "https://github.com/xXJSONDeruloXx/OptiScaler-Bleeding-Edge/releases/download/opti-9-2-a/amd_fidelityfx_upscaler_dx12.dll",
|
|
"name": "amd_fidelityfx_upscaler_dx12.dll"
|
|
},
|
|
{
|
|
"sha256hash": "88b9e1be3559737cd205fdf5f2c8550cf1923fb1def4c603e5bf03c3e84131b1",
|
|
"url": "https://github.com/xXJSONDeruloXx/OptiScaler-Bleeding-Edge/releases/download/bins-for-optipatcher-rolling/OptiPatcher_rolling.asi",
|
|
"name": "OptiPatcher_rolling.asi"
|
|
}
|
|
]
|
|
}
|
|
|