mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 20:14:58 -05:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"name": "backend-mh-api",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"author": "DeveloLongScript",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "^5.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"scripts": {
|
|
"build": "npx tsc -p ./tsconfig.json"
|
|
}
|
|
}
|