useragent/back/package.json
2023-10-30 14:37:26 +07:00

15 lines
356 B
JSON

{
"name": "docker-express-api",
"type": "module",
"version": "1.0.0",
"description": "A docker tutorial",
"main": "app.js",
"scripts": {
"start": "node --es-module-specifier-resolution=node src/app.js"
},
"dependencies": {
"express": "^4.18.2",
"mariadb": "^3.2.2",
"body-parser": "^1.20.2"
}
}