mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-01 13:17:20 +02:00
25 lines
482 B
JSON
Executable File
25 lines
482 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.0",
|
|
"@types/node": "^22.10.10",
|
|
"@types/stylus": "^0.48.43",
|
|
"@webgpu/types": "^0.1.53",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-compat": "^6.0.2",
|
|
"stylus": "^0.64.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|