{ "name": "mailhub", "version": "1.0.0", "type": "module", "description": "Dockerized outbound mail control panel with DNS guidance and DKIM signing.", "license": "MIT", "author": "MailHub contributors", "keywords": [ "email", "smtp", "dkim", "dns", "mail", "postfix", "self-hosted" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/chendeben/MailHub.git" }, "bugs": { "url": "https://github.com/chendeben/MailHub/issues" }, "homepage": "https://mail-send.ss5.xyz", "scripts": { "start": "node src/server.js", "dev": "NODE_ENV=development node src/server.js", "dev:ui": "vite --host 0.0.0.0", "build": "tsc --noEmit && vite build", "preview:ui": "vite preview --host 0.0.0.0", "test": "node --test test/*.test.js", "test:ui": "vitest run", "release:check": "npm test && npm run test:ui && npm run build", "deploy:remote": "bash scripts/deploy-remote.sh" }, "engines": { "node": ">=24.0.0" }, "dependencies": { "@ant-design/icons": "^6.3.2", "@ant-design/plots": "^2.6.8", "@zone-eu/mailsplit": "^5.4.14", "antd": "^5.29.3", "parse5": "^8.0.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.18.1" }, "devDependencies": { "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "jsdom": "^29.1.1", "typescript": "^5.9.3", "vite": "^8.1.3", "vitest": "^4.1.10" } }