Files
micro-service/package.json
how2ice 44cca8f122 init
2025-08-14 23:34:11 +09:00

19 lines
351 B
JSON
Executable File

{
"name": "base",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.14.3"
}
}