forked from ghostery/adblocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.4 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "adblocker",
"author": {
"name": "Ghostery"
},
"description": "Cliqz adblocker",
"contributors": [
{
"name": "Rémi Berson",
"email": "[email protected]"
},
{
"name": "Zhonghao Yu",
"email": "[email protected]"
},
{
"name": "Krzysztof Jan Modras",
"email": "[email protected]"
},
{
"name": "Raymond Hill",
"email": "[email protected]"
},
{
"name": "Eleni",
"email": "[email protected]"
},
{
"name": "ecnmst",
"email": "[email protected]"
},
{
"name": "Asif",
"email": "[email protected]"
},
{
"name": "Anton Lazarev",
"email": "[email protected]"
},
{
"name": "Andriy Kornatskyy",
"email": "[email protected]"
}
],
"license": "MPL-2.0",
"homepage": "https://github.com/ghostery/adblocker#readme",
"bugs": {
"url": "https://github.com/ghostery/adblocker/issues"
},
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ghostery/adblocker.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "patch-package",
"bootstrap": "yarn install --immutable",
"lint": "lerna run --parallel lint",
"watch": "tsc --build ./tsconfig.project.json --watch",
"build": "tsc --build ./tsconfig.project.json && lerna run build",
"bundle": "lerna run --concurrency 4 bundle",
"test": "lerna run --concurrency 4 test",
"clean": "lerna run --parallel clean && lerna clean --yes",
"release": "auto shipit -v",
"format-check": "prettier './packages/**/*.ts' --check",
"format-fix": "prettier './packages/**/*.ts' --write"
},
"devDependencies": {
"@remusao/auto-config": "^1.1.2",
"@types/benchmark": "^2.1.3",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"auto": "^11.0.4",
"benchmark": "^2.1.4",
"chalk": "^5.3.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lerna": "^7.3.0",
"patch-package": "^8.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"auto": {
"extends": "@remusao/auto-config",
"name": "Adblocker Bot",
"email": "[email protected]"
},
"packageManager": "[email protected]"
}