mhsf-dev/packages/backend-mh-api/package.json

17 lines
329 B
JSON
Raw Permalink Normal View History

{
"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"
}
}