Files
2026-08-08 18:00:34 +02:00

23 lines
730 B
JSON

{
"name": "game-cyberpunk2077-linux",
"version": "1.0.0",
"description": "Vortex game extension for Cyberpunk 2077 that discovers the Steam install through the Wine Z: drive instead of the Windows Steam registry, for Vortex running under Proton/SteamTinkerLaunch on Linux.",
"license": "Unlicense",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"build": "node scripts/build.mjs",
"gameart": "node scripts/make-gameart.mjs",
"install-ext": "bash tools/install-extension.sh"
},
"devDependencies": {
"@types/node": "^26.2.0",
"esbuild": "^0.28.1",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}
}