-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 948 Bytes
/
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
{
"name": "auto-avatars",
"version": "1.2.0",
"description": "Add-on for Thunderbird that automatically populates contact photos with their Libravatar or Gravatar photo.",
"homepage": "https://gitlab.com/Elypia/auto-avatars",
"author": "Seth Falco",
"private": true,
"license": "MIT",
"type": "module",
"keywords": [
"libravatar",
"gravatar",
"avatar",
"thunderbird",
"thunderbird-addon",
"thunderbird-extension"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Elypia/auto-avatars.git"
},
"bugs": {
"url": "https://gitlab.com/Elypia/auto-avatars/issues"
},
"scripts": {
"build": "rm -f web-ext-artifacts/*.zip && web-ext build -s src",
"lint": "web-ext lint -s src",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.7.0",
"web-ext": "^7.11.0"
}
}