gmail-to-exchange365
Version:
Complete Gmail to Exchange 365 migration tool with UI - Migrate emails, attachments, and folders seamlessly
81 lines (80 loc) • 2.22 kB
JSON
{
"name": "gmail-to-exchange365",
"version": "1.1.0",
"description": "Complete Gmail to Exchange 365 migration tool with UI - Migrate emails, attachments, and folders seamlessly",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"gmail-to-exchange365": "./dist/cli.js"
},
"files": [
"dist",
"src",
"electron",
"README.md",
"SETUP.md",
"package.json",
"tsconfig.json"
],
"scripts": {
"build": "tsc",
"start": "ts-node src/index.ts",
"prepublishOnly": "npm run build",
"ui": "live-server ./src/ui",
"dev": "nodemon --exec ts-node src/index.ts",
"electron": "electron .",
"electron:dev": "concurrently \"npm run dev\" \"wait-on http://localhost:3000 && electron .\""
},
"keywords": [
"gmail",
"exchange",
"exchange365",
"office365",
"migration",
"email",
"migrator",
"gmail-migration",
"exchange-migration",
"email-migration",
"oauth",
"microsoft-graph",
"gmail-api"
],
"author": "nx-intelligence",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nx-intelligence/gmail-to-exchange365.git"
},
"bugs": {
"url": "https://github.com/nx-intelligence/gmail-to-exchange365/issues"
},
"homepage": "https://github.com/nx-intelligence/gmail-to-exchange365#readme",
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.0",
"@microsoft/microsoft-graph-types": "^2.0.0",
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"googleapis": "^131.0.0",
"mailparser": "^3.6.3",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.0",
"@types/mailparser": "^3.4.6",
"@types/node": "^20.10.0",
"@types/session-file-store": "^1.2.6",
"concurrently": "^8.2.2",
"electron": "^28.0.0",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"wait-on": "^7.2.0"
}
}