{ "name": "node-clean-architecture-starter", "version": "1.0.0", "main": "src/app.js", "scripts": { "start:api": "cross-env NODE_ENV=production node src/app.js", "dev:api": "cross-env NODE_ENV=development nodemon src/app.js", "start:worker": "cross-env NODE_ENV=production node src/worker.js", "dev:worker": "cross-env NODE_ENV=development nodemon src/worker.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "ssh://gabriel.amancio@10.0.120.75:60000/home/desenvolvimento/SOTHIS_CONTRATACAO_API/sothisContratacaoAPI.git" }, "keywords": [], "author": "", "license": "ISC", "description": "A robust and scalable Node.js project starter based on Clean Architecture principles.", "dependencies": { "axios": "^1.6.0", "cep-promise": "^4.4.1", "cors": "^2.8.6", "dotenv": "^17.2.3", "express": "^5.1.0", "node-cron": "^4.2.1", "pg": "^8.16.3", "qs": "^6.11.0", "winston": "^3.18.3", "winston-daily-rotate-file": "^5.0.0" }, "type": "commonjs", "devDependencies": { "cross-env": "^10.1.0", "nodemon": "^3.1.11" } }