10 lines
131 B
JSON
10 lines
131 B
JSON
{
|
|
"dependencies": {
|
|
"@types/express": "^5.0.1",
|
|
"express": "^5.1.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"start": "bun main.ts"
|
|
}
|
|
} |