-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.24 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
47
48
49
50
51
{
"name": "@whotracksme/reporting",
"version": "5.2.1",
"type": "module",
"description": "",
"scripts": {
"lint": "eslint reporting/ communication/",
"lint.fix": "eslint --fix reporting/ communication/",
"test": "npm run test --workspaces --if-present ",
"test.unit": "npm run test.unit --workspaces --if-present",
"release": "auto shipit"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whotracksme/webextension-packages.git"
},
"bugs": {
"url": "https://github.com/whotracksme/webextension-packages/issues"
},
"homepage": "https://github.com/whotracksme/webextension-packages#readme",
"author": "Ghostery GmbH",
"license": "MPL-2.0",
"auto": {
"baseBranch": "main",
"plugins": [
"npm"
]
},
"workspaces": [
"reporting",
"communication"
],
"devDependencies": {
"auto": "^11.1.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.5.1"
},
"dependencies": {
"@cliqz/url-parser": "^1.1.5",
"date-fns": "^2.29.3",
"idb": "^7.1.1",
"linkedom": "^0.16.11",
"pako": "^2.1.0",
"tldts-experimental": "^6.0.11"
}
}