-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.16 KB
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
{
"name": "safe-deal-browser",
"version": "1.0.0",
"description": "Safe Deal - Browser is a secure, privacy-focused browser based on Chromium that includes the Safe Deal Shopping Assistant extension by default. This browser enhances users' online shopping experience with features like price tracking, fake review detection, and seller analysis.",
"scripts": {
"setup": "./tools/setup.sh",
"update": "./tools/update_source.sh",
"build": "./tools/build.sh",
"start": "./out/Default/Chromium.app/Contents/MacOS/Chromium",
"clean": "./tools/clean.sh",
"postinstall": "yarn setup"
},
"keywords": [
"browser",
"chromium",
"safe-deal",
"shopping-assistant",
"privacy"
],
"author": "Safe Deal Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/safe-deal/safe-deal-browser.git"
},
"bugs": {
"url": "https://github.com/safe-deal/safe-deal-browser/issues"
},
"homepage": "https://github.com/safe-deal/safe-deal-browser#readme",
"dependencies": {
"cli-progress": "^3.12.0",
"concurrently": "^9.0.1",
"install": "^0.13.0",
"ora": "^8.1.0",
"shelljs": "^0.8.5"
}
}