mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"name": "better-xcloud",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"bin": {
|
|
"build": "build.ts",
|
|
"build-watch": "build.ts --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|