10 lines
124 B
JSON
10 lines
124 B
JSON
{
|
|
"scripts":{
|
|
"start": "bun test.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"mariadb": "^3.2.2"
|
|
}
|
|
}
|