forked from brave/web-discovery-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
205 lines (205 loc) · 6.32 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"name": "web-discovery-project",
"version": "1.1.42",
"description": "Standalone Web Discovery Project package and extension",
"scripts": {
"lint": "node fern.js lint",
"build": "node fern.js build configs/sandbox.js --environment prod",
"build-module": "node fern.js build configs/module.js --environment prod",
"start-brave-env": "web-ext run --source-dir='./build' --target chromium --chromium-binary \"$BRAVE_BIN\"",
"start:brave": "web-ext run --source-dir='./build' --target chromium --chromium-binary ./brave/brave",
"start:build": "node --unhandled-rejections=strict fern.js serve configs/sandbox.js --no-launch",
"start": "yarn build && concurrently yarn:start:*",
"release": "auto shipit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/web-discovery-project.git"
},
"author": "Brave",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/web-discovery-project/issues"
},
"main": "./build/index.js",
"files": [
"build",
"package.json",
"yarn.lock"
],
"publishConfig": {
"access": "public"
},
"browserslist": [
"defaults",
"Firefox >=68",
"FirefoxAndroid >=68",
"Chrome >= 69",
"Opera >= 56",
"Edge >= 79",
"not IE 11",
"not OperaMini all",
"not Baidu >= 0",
"not iOS >= 0",
"not Safari >= 0"
],
"homepage": "https://github.com/brave/web-discovery-project#readme",
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.15.4",
"@babel/plugin-transform-modules-systemjs": "7.15.4",
"@babel/plugin-transform-regenerator": "7.14.5",
"@babel/plugin-transform-template-literals": "7.14.5",
"@babel/preset-env": "7.15.8",
"@babel/preset-typescript": "7.15.0",
"@types/chrome": "0.0.159",
"@types/mocha": "9.0.0",
"@types/node": "16.4.13",
"@types/punycode": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"@xmldom/xmldom": "0.7.5",
"auto": "10.32.1",
"babel-eslint": "10.1.0",
"body-parser": "1.19.0",
"broccoli": "3.5.2",
"broccoli-babel-transpiler": "7.8.0",
"broccoli-concat": "4.2.5",
"broccoli-file-creator": "2.1.1",
"broccoli-funnel": "3.0.8",
"broccoli-imagemin": "2.0.1",
"broccoli-lint-eslint": "6.0.0",
"broccoli-merge-trees": "4.2.0",
"broccoli-plugin": "4.0.7",
"broccoli-source": "3.0.1",
"camelcase": "6.2.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-dom": "1.10.0",
"colors": "1.4.0",
"commander": "8.2.0",
"concurrently": "6.3.0",
"console-ui": "3.1.2",
"cookie-parser": "1.4.5",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-compat": "3.13.0",
"eslint_d": "11.0.0",
"express": "4.17.1",
"fake-indexeddb": "3.1.4",
"filehound": "1.17.5",
"full-icu": "1.4.0",
"git-describe": "4.1.0",
"git-rev": "0.2.1",
"glob": "7.2.0",
"mocha": "9.1.3",
"mock-browser": "0.92.14",
"mockdate": "3.0.5",
"node-notifier": "10.0.0",
"path-browserify": "1.0.1",
"ramda": "0.27.1",
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"strip-json-comments": "3.1.1",
"systemjs": "0.19.47",
"systemjs-plugin-json": "0.3.0",
"testem": "3.5.0",
"tree-sync": "2.1.0",
"typescript": "4.4.4",
"untildify": "4.0.0",
"watch-detector": "1.0.1",
"web-ext": "6.5.0",
"webpack": "5.58.2",
"ws": "8.2.3"
},
"dependencies": {
"@cliqz/url-parser": "1.1.4",
"abortcontroller-polyfill": "1.7.3",
"anonymous-credentials": "https://github.com/human-web/anonymous-credentials/releases/download/1.0.0/anonymous-credentials-1.0.0.tgz",
"dexie": "3.0.3",
"pako": "2.0.4",
"punycode": "2.1.1",
"star-wasm": "https://github.com/brave/web-discovery-project/releases/download/star-wasm-0.1.3.tgz/star-wasm-0.1.3.tgz",
"tldts-experimental": "5.7.48",
"webextension-polyfill": "0.8.0"
},
"auto": {
"name": "Brave",
"email": "remi@brave.com",
"plugins": [],
"labels": [
{
"name": "PR: Breaking Change :boom:",
"description": "Increment major version when merged",
"changelogTitle": ":boom: Breaking Change",
"releaseType": "major",
"overwrite": true,
"color": "#e2372b"
},
{
"name": "PR: New Feature :rocket:",
"description": "Increment minor version when merged",
"changelogTitle": ":rocket: New Feature",
"releaseType": "minor",
"overwrite": true,
"color": "#2e449b"
},
{
"name": "PR: Performance :running_woman:",
"description": "Increment minor version when merged",
"changelogTitle": ":running_woman: Performance",
"releaseType": "minor",
"overwrite": true,
"color": "#ead99f"
},
{
"name": "PR: Bug Fix :bug:",
"description": "Increment patch version when merged",
"changelogTitle": ":bug: Bug Fix",
"releaseType": "patch",
"overwrite": true,
"color": "#56dd97"
},
{
"name": "PR: Polish :nail_care:",
"description": "Increment patch version when merged",
"changelogTitle": ":nail_care: Polish",
"releaseType": "patch",
"overwrite": true,
"color": "#a9bbe8"
},
{
"name": "PR: Internal :house:",
"description": "Changes only affect internals",
"changelogTitle": ":house: Internal",
"releaseType": "none",
"overwrite": true,
"color": "#5b1482"
},
{
"name": "PR: Docs :memo:",
"description": "Changes only affect documentation",
"changelogTitle": ":memo: Documentation",
"releaseType": "none",
"overwrite": true,
"color": "#d2f28a"
},
{
"name": "skip-release",
"description": "Preserve the current version when merged",
"releaseType": "skip",
"overwrite": true,
"color": "#e069cf"
},
{
"name": "PR: Dependencies :nut_and_bolt:",
"description": "Changes only update dependencies",
"changelogTitle": ":nut_and_bolt: Dependencies",
"releaseType": "none",
"overwrite": true,
"color": "#5dbdcc"
}
]
}
}