mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-15 01:19:15 +02:00
Add build.ts
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user