hrms-api-log/package.json

41 lines
968 B
JSON
Raw Permalink Normal View History

2024-07-10 17:53:27 +07:00
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"dev": "nodemon",
"check": "tsc --noEmit",
"start": "node ./dist/app.js",
"format": "prettier --write .",
"build": "tsoa spec-and-routes && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
2024-07-15 11:05:48 +07:00
"@types/node": "^20.14.10",
2024-07-10 17:53:27 +07:00
"@types/swagger-ui-express": "^4.1.6",
2024-07-15 11:05:48 +07:00
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
2024-07-10 17:53:27 +07:00
"ts-node": "^10.9.2",
2024-07-15 11:05:48 +07:00
"typescript": "^5.5.3"
2024-07-10 17:53:27 +07:00
},
"dependencies": {
"@elastic/elasticsearch": "^8.14.0",
2024-07-15 11:05:48 +07:00
"@tsoa/runtime": "^6.4.0",
2024-07-10 17:53:27 +07:00
"cors": "^2.8.5",
2024-07-15 11:05:48 +07:00
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fast-jwt": "^4.0.1",
2025-01-16 14:35:14 +07:00
"minio": "^8.0.3",
2024-07-10 17:53:27 +07:00
"promise.any": "^2.0.6",
2024-07-15 11:05:48 +07:00
"reflect-metadata": "^0.2.2",
2025-04-01 09:43:36 +07:00
"socket.io": "^4.8.1",
2024-07-15 11:05:48 +07:00
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.4.0"
2024-07-10 17:53:27 +07:00
}
}