mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
18 lines
318 B
JSON
18 lines
318 B
JSON
{
|
|
"name": "better-xcloud",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"bin": {
|
|
"build": "build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.3",
|
|
"@types/node": "^20.13.0",
|
|
"@types/stylus": "^0.48.42",
|
|
"stylus": "^0.63.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|