{ "name": "@aether/server", "version": "0.0.1", "private": true, "description": "Server / Electron Main for the Aether Mail software.", "main": "build/Main.js", "scripts": { "dev": "nodemon", "lint": "eslint -c .eslintrc.js src/**/*.ts", "build": "tsc --project tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/Aurailus/Aether.git" }, "keywords": [ "mail", "email", "aether" ], "author": "Auri Collings ", "license": "UNLICENSED", "nodemonConfig": { "watch": [ "src" ], "ext": ".ts,.tsx,.html", "exec": "npm run lint & npm run build && electron .", "quiet": true }, "bugs": { "url": "https://github.com/Aurailus/Aether/issues" }, "homepage": "https://github.com/Aurailus/Aether#readme", "devDependencies": { "@types/imap": "^0.8.34", "@types/md5": "^2.3.1", "electron": "^13.1.2", "nodemon": "^2.0.7", "ts-node": "^10.0.0", "typescript": "^4.3.2", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "eslint": "^7.32.0", "eslint-plugin-jsdoc": "^36.0.8" }, "dependencies": { "common": "file:../common/build", "graphql": "^15.5.0", "imap": "^0.8.19", "log4js": "^6.3.0", "md5": "^2.3.0", "mongodb": "^4.1.1", "mongoose": "^6.0.1", "tslib": "^2.2.0", "typegoose": "^5.9.1" } }