{ "name": "test-micro-alex-stable-1", "version": "0.1.0", "description": "test-micro-alex-stable-1", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node --test" }, "dependencies": { "express": "^4.19.2", "prom-client": "^15.1.3" }, "engines": { "node": ">=20" } }