-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
package.json
54 lines (54 loc) · 1.92 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
{
"name": "brave",
"version": "1.75.7",
"description": "Next generation Brave browser for macOS, Windows, Linux, and Android",
"homepage": "https://github.com/brave/brave-browser#readme",
"bugs": {
"url": "https://github.com/brave/brave-browser/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/brave-browser.git"
},
"license": "MPL-2.0",
"author": {
"name": "Brave Software <[email protected]>"
},
"scripts": {
"apply_patches": "cd src/brave && npm run apply_patches --",
"audit_deps": "cd src/brave && npm run audit_deps --",
"build": "cd src/brave && npm run build --",
"chromium_rebase_l10n": "cd src/brave && npm run chromium_rebase_l10n --",
"cibuild": "cd src/brave && npm run cibuild --",
"create_dist": "cd src/brave && npm run create_dist --",
"delete_string_translations": "cd src/brave && npm run delete_string_translations --",
"gclient": "cd src/brave && npm run gclient --",
"gn_check": "cd src/brave && npm run gn_check --",
"init": "node ./scripts/init.js",
"lint": "cd src/brave && npm run lint --",
"network-audit": "cd src/brave && npm run network-audit --",
"pull_l10n": "cd src/brave && npm run pull_l10n --",
"push_l10n": "cd src/brave && npm run push_l10n --",
"start": "cd src/brave && npm run start --",
"sync": "cd src/brave && npm run sync --",
"test": "cd src/brave && npm run test --",
"test-security": "cd src/brave && npm run test-security --",
"test:scripts": "jest lib scripts --passWithNoTests",
"update_patches": "cd src/brave && npm run update_patches --",
"versions": "cd src/brave && npm run versions --"
},
"config": {
"projects": {
"brave-core": {
"dir": "src/brave",
"branch": "master",
"repository": {
"url": "https://github.com/brave/brave-core.git"
}
}
}
},
"dependencies": {
"chalk": "4.1.2"
}
}