-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "imapmove.com",
"version": "1.0.0",
"description": "imap email mover nodejs application",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Expand-sys/imapmove.com.git"
},
"author": "Expand",
"license": "ISC",
"bugs": {
"url": "https://github.com/Expand-sys/imapmove.com/issues"
},
"homepage": "https://github.com/Expand-sys/imapmove.com#readme",
"dependencies": {
"body-parser": "^1.19.0",
"eiows": "^4.1.2",
"express": "^4.18.2",
"express-busboy": "^9.0.0",
"express-session": "^1.17.3",
"imapflow": "^1.0.113",
"mailparser": "^3.5.0",
"node-worker-threads-pool": "^1.5.0",
"path": "^0.12.7",
"pino": "^8.7.0",
"pug": "^3.0.2",
"socket.io": "^4.6.1",
"uuid": "^9.0.0"
}
}