-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 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
{
"name": "mailspring-api",
"version": "1.2.0",
"description": "Free reimplementation of the Mailspring Sync backend (and other required APIs).",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "1RandomDev",
"license": "GPL-3.0",
"type": "module",
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"axios": "^1.3.3",
"better-sqlite3": "^8.1.0",
"cookie-parser": "^1.4.6",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"readline-sync": "^1.4.10",
"winston": "^3.8.2",
"yargs": "^17.7.1"
}
}