mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-05-31 04:37:19 +02:00
25 lines
483 B
JSON
Executable File
25 lines
483 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.15",
|
|
"@types/node": "^22.15.24",
|
|
"@types/stylus": "^0.48.43",
|
|
"@webgpu/types": "^0.1.61",
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-compat": "^6.0.2",
|
|
"stylus": "^0.64.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|