mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 08:59:16 +02:00
25 lines
481 B
JSON
Executable File
25 lines
481 B
JSON
Executable File
{
|
|
"name": "better-xcloud",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"browserslist": [
|
|
"Chrome >= 80"
|
|
],
|
|
"bin": {
|
|
"build": "build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.17",
|
|
"@types/node": "^24.0.3",
|
|
"@types/stylus": "^0.48.43",
|
|
"@webgpu/types": "^0.1.61",
|
|
"eslint": "^9.29.0",
|
|
"eslint-plugin-compat": "^6.0.2",
|
|
"stylus": "^0.64.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|