-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 774 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 774 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
29
30
31
32
{
"name": "thunderbirdconversations",
"version": "0.0.1",
"description": "Thunderbird Conversations",
"repository": {
"type": "git",
"url": "git@github.com:protz/thunderbird-conversations.git"
},
"bugs": {
"url": "https://github.com/protz/thunderbird-conversations/issues"
},
"engines": {
"thunderbird": ">=45.0a1"
},
"dependencies": {
"pdfjs-dist": "2.0.489"
},
"devDependencies": {
"eslint": "5.9.0",
"eslint-plugin-mozilla": "1.0.0",
"eslint-plugin-no-unsanitized": "3.0.2",
"npm-run-all": "4.1.5"
},
"scripts": {
"build": "./build.sh",
"test": "npm-run-all test:*",
"test:lint": "eslint .",
"preversion": "npm test",
"version": "scripts/update-version.sh"
},
"license": "MPL-1.1"
}