{ "name": "jawab", "version": "0.0.1-alpha", "description": "My own mail-server", "repository": { "type": "git", "url": "https://gitea.azures.fr/azures04/Jawab" }, "license": "AGPL-3.0-only", "author": { "email": "gilleslazure04@gmail.com", "name": "azures04", "url": "https://jawab.azures.fr" }, "type": "commonjs", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "colors": "^1.4.0", "dotenv": "^17.3.1", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^9.39.3", "eslint": "^9.39.3", "globals": "^17.4.0", "nodemon": "^3.1.14" } }