mirror of
https://github.com/ershisan99/inctagram-live-2024-08-30.git
synced 2025-12-16 05:09:24 +00:00
15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"name": "server",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun --watch run index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|