-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "betterunsubscribe",
"version": "2.10.0",
"description": "A Thunderbird extension for better unsubscribe functionality",
"scripts": {
"test": "jest",
"lint": "eslint .",
"format": "prettier --write .",
"compile": "node compile.js",
"build": "node compile.js"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@microsoft/eslint-plugin-sdl": "^1.1.0",
"@types/jest": "^30.0.0",
"@types/thunderbird-webext-browser": "^127.0.0",
"dir-compare": "^5.0.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.1",
"eslint-plugin-json": "^5.0.0",
"eslint-plugin-mozilla": "^4.4.0",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.3.0",
"extract-zip": "^2.0.1",
"globals": "^17.8.0",
"jest": "^30.3.0",
"jsdom": "^25.0.1",
"mailparser": "^3.7.1",
"prettier": "^3.3.3",
"webextension-polyfill": "^0.12.0"
},
"dependencies": {
"archiver": "^7.0.1"
},
"overrides": {
"@microsoft/eslint-plugin-sdl": {
"eslint": "$eslint"
}
}
}