This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
auction-image/package.json

34 lines
710 B
JSON

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