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