-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 776 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
{
"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": "1.8.188"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-mozilla": "0.10.0",
"eslint-plugin-no-unsanitized": "3.0.0",
"npm-run-all": "4.1.2"
},
"scripts": {
"build": "./build.sh",
"test": "npm-run-all test:*",
"test:lint": "eslint .",
"preversion": "npm test",
"version": "scripts/update-version.sh"
},
"license": "MPL-1.1"
}