{ "name": "its-workflow-npm", "version": "1.0.0", "description": "Automatisierung fuer Jira-Zusammenfassungen inkl. Ticket-Erstellung und HTML-Mail Versand", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dry-run": "node src/index.js --dry-run", "test": "node src/index.js --help" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "axios": "^1.13.6", "dayjs": "^1.11.20", "dotenv": "^17.3.1", "nodemailer": "^8.0.3" } }