Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
29 lines (29 loc) · 670 Bytes

File metadata and controls

29 lines (29 loc) · 670 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name": "imapsync-spa",
"version": "1.0.0",
"description": "ImapSync SPA with real-time WebSocket updates",
"main": "server.js",
"license": "AGPL-3.0-or-later",
"author": "Mythfinity Ltd.",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"build": "npm run build:client",
"build:client": "cd client && npm run build"
},
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2",
"cors": "^2.8.5",
"child_process": "^1.0.2",
"uuid": "^9.0.0",
"fs-extra": "^11.1.1",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=16.0.0"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.