mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
24 lines
450 B
JSON
Executable File
24 lines
450 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.1.14",
|
|
"@types/node": "^22.10.1",
|
|
"@types/stylus": "^0.48.43",
|
|
"eslint": "^9.16.0",
|
|
"eslint-plugin-compat": "^6.0.1",
|
|
"stylus": "^0.64.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|