mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
23 lines
424 B
JSON
23 lines
424 B
JSON
{
|
|
"name": "better-xcloud",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"browserslist": [
|
|
"Chrome >= 80"
|
|
],
|
|
"bin": {
|
|
"build": "build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.9",
|
|
"@types/node": "^22.5.4",
|
|
"@types/stylus": "^0.48.42",
|
|
"eslint": "^9.10.0",
|
|
"eslint-plugin-compat": "^6.0.0",
|
|
"stylus": "^0.63.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|