better-xcloud/package.json
2024-04-27 14:52:37 +07:00

18 lines
318 B
JSON

{
"name": "better-xcloud",
"module": "src/index.ts",
"type": "module",
"bin": {
"build": "build.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.12.7",
"@types/stylus": "^0.48.42",
"stylus": "^0.63.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}