{ "name": "images", "version": "1.0.0", "description": "Image download scheduler as microservice", "main": "server.js", "type": "module", "scripts": { "dev": "node --watch src/server.js" }, "repository": { "type": "git", "url": "r" }, "keywords": [ "images" ], "author": "Verdnatura", "license": "ISC", "dependencies": { "axios": "^1.3.4", "gm": "^1.25.0", "mariadb": "^3.1.0", "pino": "^8.11.0", "pino-pretty": "^10.0.0", "uuid": "^9.0.0" }, "imports": { "#config/*": "./src/config/*.js" }, "devDependencies": { "prettier": "^2.8.4" } }