init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user