Add build.ts

This commit is contained in:
redphx
2024-04-24 16:49:35 +07:00
parent 9a76731c69
commit 9446e39eb0
3 changed files with 52 additions and 2 deletions

View File

@@ -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"
}
}
}