-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.09 KB
/
package.json
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
{
"name": "tidybird",
"version": "4.6",
"description": "Thunderbird add-on to organize email into folders quickly and easily",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tatankat/tidybird.git"
},
"keywords": [
"thunderbird",
"add-on",
"folder",
"move",
"recent",
"sidepanel",
"button"
],
"author": "[email protected]",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tatankat/tidybird/issues"
},
"homepage": "https://github.com/tatankat/tidybird#readme",
"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^3.7.5",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"web-ext": "^8.3.0",
"yarn": "^1.22.22",
"eslint": "^8.0.0"
},
"webExt": {
"ignoreFiles": [
"package-lock.json",
"package.json",
"yarn.lock"
]
}
}