-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "joplin-plugin-email",
"version": "1.1.0",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
"test": "jest",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"cross-blob": "^2.0.0",
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"jest": "^27.0.4",
"on-build-webpack": "^0.1.0",
"tar": "^6.1.11",
"ts-jest": "<27.0.3",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"yargs": "^16.2.0"
},
"dependencies": {
"@types/imap": "^0.8.35",
"html-to-text": "^8.2.1",
"imap": "^0.8.19",
"net": "^1.0.2",
"postal-mime": "^1.0.16",
"tls": "^0.0.1"
},
"overrides": {
"utf7": {
"semver": "^7.5.4"
}
},
"files": [
"publish"
]
}